#9C5F21

Color #9C5F21 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #9C5F21

Tints of Afghan Tan #9C5F21

Color information

#9C5F21 (or 0x9C5F21) is unknown color: approx Afghan Tan. HEX triplet: 9C, 5F and 21. RGB value is (156,95,33). Sum of RGB (Red+Green+Blue) = 156+95+33=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5F21 is #63A0DE. Grayscale: #6A6A6A. Windows color (decimal): -6529247 or 2187164. OLE color: 2187164.

HSL color Cylindrical-coordinate representation of color #9C5F21: hue angle of 30.24º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C5F21 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1569533-
CMYK00.390.790.39
HSL30.24º65.08%37.06%-
HSV(B)30.24º78.85%61.18%-
XYZ18.0815.363.45-
YUV106.1786.71163.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=54.93%
G=33.45%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156953300.390.790.3930.2465.0837.06
Hex9C5F210274F271e4125
Octal23413741047117473610145
Binary10011100101111110000101001111001111100111111101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,33); }

 H1.HeaderClassName
 {
   color: #9C5F21;
 }
 .AnyTagClassName
 {
   color: #9C5F21;
 }
</style>
background-color css

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

 a { background-color: rgb(156,95,33); }

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

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

 span { border-color: rgb(156,95,33); }

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