Html Css Color HEX #9C6446 Dark Tan

📋 copy color: '#9C6446'

red 156 ◦ green 100 ◦ blue 70

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

Shades of Dark Tan #9C6446

Tints of Dark Tan #9C6446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 47.85%
G = 30.67%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9C6446 (or 0x9C6446) is known color: Dark Tan. HEX triplet: 9C, 64 and 46. RGB value is (156,100,70). Sum of RGB (Red+Green+Blue) = 156+100+70=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6446 is #639BB9. Grayscale: #717171. Windows color (decimal): -6527930 or 4613276. OLE color: 4613276.

HSL color Cylindrical-coordinate representation of color #9C6446: hue angle of 20.93º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C6446 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 100 70 -
CMYK 0 0.36 0.55 0.39
HSL 20.93º 0.38% 0.44% -
HSV(B) 20.93º 0.55% 0.61% -
XYZ 19.37 16.62 7.98 -
YUV 113.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 156 100 70 0 0.36 0.55 0.39 20.93 0.38 0.44
Hex 9C 64 46 0 24 37 27 15 26 2C
Octal 234 144 106 0 44 67 47 25 46 54
Binary 10011100 1100100 1000110 0 100100 110111 100111 10101 100110 101100

Color Harmonies of #9C6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6446

Black with #9C6446

Text Example


Text Example

White with #9C6446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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