#8B6221

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

Shades of Afghan Tan #8B6221

Tints of Afghan Tan #8B6221

Color information

#8B6221 (or 0x8B6221) is unknown color: approx Afghan Tan. HEX triplet: 8B, 62 and 21. RGB value is (139,98,33). Sum of RGB (Red+Green+Blue) = 139+98+33=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6221 is #749DDE. Grayscale: #676767. Windows color (decimal): -7642591 or 2187915. OLE color: 2187915.

HSL color Cylindrical-coordinate representation of color #8B6221: hue angle of 36.79º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B6221 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB1399833-
CMYK00.290.760.45
HSL36.79º61.63%33.73%-
HSV(B)36.79º76.26%54.51%-
XYZ15.2914.333.4-
YUV102.8588.58153.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=51.48%
G=36.30%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139983300.290.760.4536.7961.6333.73
Hex8B622101D4C2D253e22
Octal2131424103511455457642
Binary1000101111000101000010111011001100101101100101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,33); }

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

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

 a { background-color: rgb(139,98,33); }

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

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

 span { border-color: rgb(139,98,33); }

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