Html Css Color HEX #9B6630 Mai Tai

📋 copy color: '#9B6630'

red 155 ◦ green 102 ◦ blue 48

#9B6630
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #9B6630

Tints of Mai Tai #9B6630

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 value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B6630 (or 0x9B6630) is known color: 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

RGB 155 102 48 -
CMYK 0 0.34 0.69 0.39
HSL 30.28º 0.53% 0.4% -
HSV(B) 30.28º 0.69% 0.61% -
XYZ 18.8 16.68 5.03 -
YUV 111.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 155 102 48 0 0.34 0.69 0.39 30.28 0.53 0.4
Hex 9B 66 30 0 22 45 27 1E 35 28
Octal 233 146 60 0 42 105 47 36 65 50
Binary 10011011 1100110 110000 0 100010 1000101 100111 11110 110101 101000

Color Harmonies of #9B6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6630

Black with #9B6630

Text Example


Text Example

White with #9B6630

Text Example


Text Example

HTML Codes & Css Web 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>