#8D6226

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

Shades of Afghan Tan #8D6226

Tints of Afghan Tan #8D6226

Color information

#8D6226 (or 0x8D6226) is unknown color: approx Afghan Tan. HEX triplet: 8D, 62 and 26. RGB value is (141,98,38). Sum of RGB (Red+Green+Blue) = 141+98+38=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6226 is #729DD9. Grayscale: #686868. Windows color (decimal): -7511514 or 2515597. OLE color: 2515597.

HSL color Cylindrical-coordinate representation of color #8D6226: hue angle of 34.95º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D6226 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1419838-
CMYK00.300.730.45
HSL34.95º57.54%35.1%-
HSV(B)34.95º73.05%55.29%-
XYZ15.714.543.81-
YUV104.0290.75154.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=50.90%
G=35.38%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141983800.300.730.4534.9557.5435.1
Hex8D622601E492D233a23
Octal2151424603611155437243
Binary1000110111000101001100111101001001101101100011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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