#8C6226

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

Shades of Afghan Tan #8C6226

Tints of Afghan Tan #8C6226

Color information

#8C6226 (or 0x8C6226) is unknown color: approx Afghan Tan. HEX triplet: 8C, 62 and 26. RGB value is (140,98,38). Sum of RGB (Red+Green+Blue) = 140+98+38=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6226 is #739DD9. Grayscale: #686868. Windows color (decimal): -7577050 or 2515596. OLE color: 2515596.

HSL color Cylindrical-coordinate representation of color #8C6226: hue angle of 35.29º degrees, saturation: 0.57, 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 #8C6226 is Cyan = 0, Magento = 0.3, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1409838-
CMYK00.30.730.45
HSL35.29º57.3%34.9%-
HSV(B)35.29º72.86%54.9%-
XYZ15.5314.453.8-
YUV103.7290.91153.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.72%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=50.72%
G=35.51%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140983800.30.730.4535.2957.334.9
Hex8C622601E492D233923
Octal2141424603611155437143
Binary1000110011000101001100111101001001101101100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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