#9C6427

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

Shades of Afghan Tan #9C6427

Tints of Afghan Tan #9C6427

Color information

#9C6427 (or 0x9C6427) is unknown color: approx Afghan Tan. HEX triplet: 9C, 64 and 27. RGB value is (156,100,39). Sum of RGB (Red+Green+Blue) = 156+100+39=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6427 is #639BD8. Grayscale: #6E6E6E. Windows color (decimal): -6527961 or 2581660. OLE color: 2581660.

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

Color convert

RGB15610039-
CMYK00.360.750.39
HSL31.28º60%38.24%-
HSV(B)31.28º75%61.18%-
XYZ18.6316.334.09-
YUV109.7988.05160.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.88%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=52.88%
G=33.90%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561003900.360.750.3931.286038.24
Hex9C64270244B271f3c26
Octal2341444704411347377446
Binary1001110011001001001110100100100101110011111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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