#9C6023

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

Shades of Afghan Tan #9C6023

Tints of Afghan Tan #9C6023

Color information

#9C6023 (or 0x9C6023) is unknown color: approx Afghan Tan. HEX triplet: 9C, 60 and 23. RGB value is (156,96,35). Sum of RGB (Red+Green+Blue) = 156+96+35=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6023 is #639FDC. Grayscale: #6B6B6B. Windows color (decimal): -6528989 or 2318492. OLE color: 2318492.

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

Color convert

RGB1569635-
CMYK00.380.780.39
HSL30.25º63.35%37.45%-
HSV(B)30.25º77.56%61.18%-
XYZ18.215.563.63-
YUV106.9987.38162.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.36%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=54.36%
G=33.45%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156963500.380.780.3930.2563.3537.45
Hex9C60230264E271e3f25
Octal2341404304611647367745
Binary1001110011000001000110100110100111010011111110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,35); }

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

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

 a { background-color: rgb(156,96,35); }

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

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

 span { border-color: rgb(156,96,35); }

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