#9C6021

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

Shades of Afghan Tan #9C6021

Tints of Afghan Tan #9C6021

Color information

#9C6021 (or 0x9C6021) is unknown color: approx Afghan Tan. HEX triplet: 9C, 60 and 21. RGB value is (156,96,33). Sum of RGB (Red+Green+Blue) = 156+96+33=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6021 is #639FDE. Grayscale: #6B6B6B. Windows color (decimal): -6528991 or 2187420. OLE color: 2187420.

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

Color convert

RGB1569633-
CMYK00.380.790.39
HSL30.73º65.08%37.06%-
HSV(B)30.73º78.85%61.18%-
XYZ18.1715.543.48-
YUV106.7686.38163.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.74%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=54.74%
G=33.68%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156963300.380.790.3930.7365.0837.06
Hex9C60210264F271f4125
Octal23414041046117473710145
Binary10011100110000010000101001101001111100111111111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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