#9D6226

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

Shades of Afghan Tan #9D6226

Tints of Afghan Tan #9D6226

Color information

#9D6226 (or 0x9D6226) is unknown color: approx Afghan Tan. HEX triplet: 9D, 62 and 26. RGB value is (157,98,38). Sum of RGB (Red+Green+Blue) = 157+98+38=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6226 is #629DD9. Grayscale: #6D6D6D. Windows color (decimal): -6462938 or 2515613. OLE color: 2515613.

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

Color convert

RGB1579838-
CMYK00.380.760.38
HSL30.25º61.03%38.24%-
HSV(B)30.25º75.8%61.57%-
XYZ18.6216.043.95-
YUV108.888.05162.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.58%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=53.58%
G=33.45%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157983800.380.760.3830.2561.0338.24
Hex9D62260264C261e3d26
Octal2351424604611446367546
Binary1001110111000101001100100110100110010011011110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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