#9C6121

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

Shades of Afghan Tan #9C6121

Tints of Afghan Tan #9C6121

Color information

#9C6121 (or 0x9C6121) is unknown color: approx Afghan Tan. HEX triplet: 9C, 61 and 21. RGB value is (156,97,33). Sum of RGB (Red+Green+Blue) = 156+97+33=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6121 is #639EDE. Grayscale: #6B6B6B. Windows color (decimal): -6528735 or 2187676. OLE color: 2187676.

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

Color convert

RGB1569733-
CMYK00.380.790.39
HSL31.22º65.08%37.06%-
HSV(B)31.22º78.85%61.18%-
XYZ18.2615.733.51-
YUV107.3486.05162.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.55%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=54.55%
G=33.92%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156973300.380.790.3931.2265.0837.06
Hex9C61210264F271f4125
Octal23414141046117473710145
Binary10011100110000110000101001101001111100111111111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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