Html Css Color HEX #9C6232 Mai Tai

📋 copy color: '#9C6232'

red 156 ◦ green 98 ◦ blue 50

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

Shades of Mai Tai #9C6232

Tints of Mai Tai #9C6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 51.32%
G = 32.24%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9C6232 (or 0x9C6232) is known color: Mai Tai. HEX triplet: 9C, 62 and 32. RGB value is (156,98,50). Sum of RGB (Red+Green+Blue) = 156+98+50=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6232 is #639DCD. Grayscale: #6E6E6E. Windows color (decimal): -6528462 or 3302044. OLE color: 3302044.

HSL color Cylindrical-coordinate representation of color #9C6232: hue angle of 27.17º degrees, saturation: 0.51, 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 #9C6232 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 50 -
CMYK 0 0.37 0.68 0.39
HSL 27.17º 0.51% 0.4% -
HSV(B) 27.17º 0.68% 0.61% -
XYZ 18.65 16.03 5.13 -
YUV 109.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 156 98 50 0 0.37 0.68 0.39 27.17 0.51 0.4
Hex 9C 62 32 0 25 44 27 1B 33 28
Octal 234 142 62 0 45 104 47 33 63 50
Binary 10011100 1100010 110010 0 100101 1000100 100111 11011 110011 101000

Color Harmonies of #9C6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6232

Black with #9C6232

Text Example


Text Example

White with #9C6232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,98,50); }

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

background-color css

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

 a { background-color: rgb(156,98,50); }

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

border-color css

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

 span { border-color: rgb(156,98,50); }

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