#8B6123

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

Shades of Afghan Tan #8B6123

Tints of Afghan Tan #8B6123

Color information

#8B6123 (or 0x8B6123) is unknown color: approx Afghan Tan. HEX triplet: 8B, 61 and 23. RGB value is (139,97,35). Sum of RGB (Red+Green+Blue) = 139+97+35=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6123 is #749EDC. Grayscale: #666666. Windows color (decimal): -7642845 or 2318731. OLE color: 2318731.

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

Color convert

RGB1399735-
CMYK00.300.750.45
HSL35.77º59.77%34.12%-
HSV(B)35.77º74.82%54.51%-
XYZ15.2314.163.52-
YUV102.4989.91154.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 97 (38.28% from 255) = 35.79%
BLUE value IS 35 (14.06% from 255) = 12.92%
R=51.29%
G=35.79%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139973500.300.750.4535.7759.7734.12
Hex8B612301E4B2D243c22
Octal2131414303611355447442
Binary1000101111000011000110111101001011101101100100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,35); }

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

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

 a { background-color: rgb(139,97,35); }

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

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

 span { border-color: rgb(139,97,35); }

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