#9C6422

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

Shades of Afghan Tan #9C6422

Tints of Afghan Tan #9C6422

Color information

#9C6422 (or 0x9C6422) is unknown color: approx Afghan Tan. HEX triplet: 9C, 64 and 22. RGB value is (156,100,34). Sum of RGB (Red+Green+Blue) = 156+100+34=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6422 is #639BDD. Grayscale: #6D6D6D. Windows color (decimal): -6527966 or 2253980. OLE color: 2253980.

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

Color convert

RGB15610034-
CMYK00.360.780.39
HSL32.46º64.21%37.25%-
HSV(B)32.46º78.21%61.18%-
XYZ18.5616.33.68-
YUV109.2285.55161.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.79%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 34 (13.67% from 255) = 11.72%
R=53.79%
G=34.48%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561003400.360.780.3932.4664.2137.25
Hex9C64220244E27204025
Octal23414442044116474010045
Binary100111001100100100010010010010011101001111000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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