Html Css Color HEX #9B6431 Mai Tai

📋 copy color: '#9B6431'

red 155 ◦ green 100 ◦ blue 49

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

Shades of Mai Tai #9B6431

Tints of Mai Tai #9B6431

RGB

 RED value IS 155 (60.94% from 255) = 50.99%

 GREEN value IS 100 (39.45% from 255) = 32.89%

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 50.99%
G = 32.89%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B6431 (or 0x9B6431) is known color: Mai Tai. HEX triplet: 9B, 64 and 31. RGB value is (155,100,49). Sum of RGB (Red+Green+Blue) = 155+100+49=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6431 is #649BCE. Grayscale: #6E6E6E. Windows color (decimal): -6593487 or 3237019. OLE color: 3237019.

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

Color convert

RGB 155 100 49 -
CMYK 0 0.35 0.68 0.39
HSL 28.87º 0.52% 0.4% -
HSV(B) 28.87º 0.68% 0.61% -
XYZ 18.63 16.3 5.07 -
YUV 110.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 155 100 49 0 0.35 0.68 0.39 28.87 0.52 0.4
Hex 9B 64 31 0 23 44 27 1D 34 28
Octal 233 144 61 0 43 104 47 35 64 50
Binary 10011011 1100100 110001 0 100011 1000100 100111 11101 110100 101000

Color Harmonies of #9B6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6431

Black with #9B6431

Text Example


Text Example

White with #9B6431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,49); }

 H1.HeaderClassName
 {
   color: #9B6431;
 }
 .AnyTagClassName
 {
   color: #9B6431;
 }
</style>

background-color css

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

 a { background-color: rgb(155,100,49); }

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

border-color css

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

 span { border-color: rgb(155,100,49); }

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