#9C6227

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

Shades of Afghan Tan #9C6227

Tints of Afghan Tan #9C6227

Color information

#9C6227 (or 0x9C6227) is unknown color: approx Afghan Tan. HEX triplet: 9C, 62 and 27. RGB value is (156,98,39). Sum of RGB (Red+Green+Blue) = 156+98+39=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6227 is #639DD8. Grayscale: #6C6C6C. Windows color (decimal): -6528473 or 2581148. OLE color: 2581148.

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

Color convert

RGB1569839-
CMYK00.370.750.39
HSL30.26º60%38.24%-
HSV(B)30.26º75%61.18%-
XYZ18.4415.954.03-
YUV108.6288.72161.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.24%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 39 (15.62% from 255) = 13.31%
R=53.24%
G=33.45%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156983900.370.750.3930.266038.24
Hex9C62270254B271e3c26
Octal2341424704511347367446
Binary1001110011000101001110100101100101110011111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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