Html Css Color HEX #9C6431 Mai Tai

📋 copy color: '#9C6431'

red 156 ◦ green 100 ◦ blue 49

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

Shades of Mai Tai #9C6431

Tints of Mai Tai #9C6431

RGB

 RED value IS 156 (61.33% from 255) = 51.15%

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

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

R = 51.15%
G = 32.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C6431 (or 0x9C6431) is known color: Mai Tai. HEX triplet: 9C, 64 and 31. RGB value is (156,100,49). Sum of RGB (Red+Green+Blue) = 156+100+49=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6431 is #639BCE. Grayscale: #6F6F6F. Windows color (decimal): -6527951 or 3237020. OLE color: 3237020.

HSL color Cylindrical-coordinate representation of color #9C6431: hue angle of 28.6º degrees, saturation: 0.52, 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 #9C6431 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 100 49 -
CMYK 0 0.36 0.69 0.39
HSL 28.6º 0.52% 0.4% -
HSV(B) 28.6º 0.69% 0.61% -
XYZ 18.82 16.4 5.08 -
YUV 110.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 156 100 49 0 0.36 0.69 0.39 28.6 0.52 0.4
Hex 9C 64 31 0 24 45 27 1D 34 28
Octal 234 144 61 0 44 105 47 35 64 50
Binary 10011100 1100100 110001 0 100100 1000101 100111 11101 110100 101000

Color Harmonies of #9C6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6431

Black with #9C6431

Text Example


Text Example

White with #9C6431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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