#9C6524

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

Shades of Afghan Tan #9C6524

Tints of Afghan Tan #9C6524

Color information

#9C6524 (or 0x9C6524) is unknown color: approx Afghan Tan. HEX triplet: 9C, 65 and 24. RGB value is (156,101,36). Sum of RGB (Red+Green+Blue) = 156+101+36=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6524 is #639ADB. Grayscale: #6E6E6E. Windows color (decimal): -6527708 or 2385308. OLE color: 2385308.

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

Color convert

RGB15610136-
CMYK00.350.770.39
HSL32.5º62.5%37.65%-
HSV(B)32.5º76.92%61.18%-
XYZ18.6816.53.87-
YUV110.0486.22160.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.24%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=53.24%
G=34.47%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561013600.350.770.3932.562.537.65
Hex9C65240234D27203e26
Octal2341454404311547407646
Binary10011100110010110010001000111001101100111100000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,36); }

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

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

 a { background-color: rgb(156,101,36); }

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

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

 span { border-color: rgb(156,101,36); }

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