Html Css Color HEX #9C6430 Mai Tai

📋 copy color: '#9C6430'

red 156 ◦ green 100 ◦ blue 48

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

Shades of Mai Tai #9C6430

Tints of Mai Tai #9C6430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 51.32%
G = 32.89%
B = 15.79%

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

#9C6430 (or 0x9C6430) is known color: Mai Tai. HEX triplet: 9C, 64 and 30. RGB value is (156,100,48). Sum of RGB (Red+Green+Blue) = 156+100+48=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6430 is #639BCF. Grayscale: #6F6F6F. Windows color (decimal): -6527952 or 3171484. OLE color: 3171484.

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

Color convert

RGB 156 100 48 -
CMYK 0 0.36 0.69 0.39
HSL 28.89º 0.53% 0.4% -
HSV(B) 28.89º 0.69% 0.61% -
XYZ 18.8 16.4 4.97 -
YUV 110.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 156 100 48 0 0.36 0.69 0.39 28.89 0.53 0.4
Hex 9C 64 30 0 24 45 27 1D 35 28
Octal 234 144 60 0 44 105 47 35 65 50
Binary 10011100 1100100 110000 0 100100 1000101 100111 11101 110101 101000

Color Harmonies of #9C6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6430

Black with #9C6430

Text Example


Text Example

White with #9C6430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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