#9D6022

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

Shades of Afghan Tan #9D6022

Tints of Afghan Tan #9D6022

Color information

#9D6022 (or 0x9D6022) is unknown color: approx Afghan Tan. HEX triplet: 9D, 60 and 22. RGB value is (157,96,34). Sum of RGB (Red+Green+Blue) = 157+96+34=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6022 is #629FDD. Grayscale: #6B6B6B. Windows color (decimal): -6463454 or 2252957. OLE color: 2252957.

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

Color convert

RGB1579634-
CMYK00.390.780.38
HSL30.24º64.4%37.45%-
HSV(B)30.24º78.34%61.57%-
XYZ18.3815.653.57-
YUV107.1786.71163.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 34 (13.67% from 255) = 11.85%
R=54.70%
G=33.45%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157963400.390.780.3830.2464.437.45
Hex9D60220274E261e4025
Octal23514042047116463610045
Binary10011101110000010001001001111001110100110111101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,34); }

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

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

 a { background-color: rgb(157,96,34); }

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

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

 span { border-color: rgb(157,96,34); }

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