#9D6223

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

Shades of Afghan Tan #9D6223

Tints of Afghan Tan #9D6223

Color information

#9D6223 (or 0x9D6223) is unknown color: approx Afghan Tan. HEX triplet: 9D, 62 and 23. RGB value is (157,98,35). Sum of RGB (Red+Green+Blue) = 157+98+35=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6223 is #629DDC. Grayscale: #6C6C6C. Windows color (decimal): -6462941 or 2319005. OLE color: 2319005.

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

Color convert

RGB1579835-
CMYK00.380.780.38
HSL30.98º63.54%37.65%-
HSV(B)30.98º77.71%61.57%-
XYZ18.5816.023.7-
YUV108.4686.55162.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.14%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 35 (14.06% from 255) = 12.07%
R=54.14%
G=33.79%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157983500.380.780.3830.9863.5437.65
Hex9D62230264E261f4026
Octal23514243046116463710046
Binary10011101110001010001101001101001110100110111111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,35); }

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

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

 a { background-color: rgb(157,98,35); }

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

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

 span { border-color: rgb(157,98,35); }

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