#9B6630

Color #9B6630 Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #9B6630

Tints of Mai Tai #9B6630

Color information

#9B6630 (or 0x9B6630) is unknown color: approx Mai Tai. HEX triplet: 9B, 66 and 30. RGB value is (155,102,48). Sum of RGB (Red+Green+Blue) = 155+102+48=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6630 is #6499CF. Grayscale: #6F6F6F. Windows color (decimal): -6592976 or 3171995. OLE color: 3171995.

HSL color Cylindrical-coordinate representation of color #9B6630: hue angle of 30.28º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B6630 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB15510248-
CMYK00.340.690.39
HSL30.28º52.71%39.8%-
HSV(B)30.28º69.03%60.78%-
XYZ18.816.685.03-
YUV111.6992.06158.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=50.82%
G=33.44%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551024800.340.690.3930.2852.7139.8
Hex9B663002245271e3528
Octal2331466004210547366550
Binary1001101111001101100000100010100010110011111110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B6630; }

 p { color: rgb(155,102,48); }

 H1.HeaderClassName
 {
   color: #9B6630;
 }
 .AnyTagClassName
 {
   color: #9B6630;
 }
</style>
background-color css

<style>
 a { background-color: #9B6630; }

 a { background-color: rgb(155,102,48); }

 div.DivClassName
 {
   background-color: #9B6630;
 }
 .BgClassName
 {
   background-color: #9B6630;
 }
</style>
border-color css

<style>
 span { border-color: #9B6630; }

 span { border-color: rgb(155,102,48); }

 td.TdClassName
 {
   border-color: #9B6630;
 }
 .TagClassName
 {
   border-color: #9B6630;
 }
</style>