#8D6627

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

Shades of Afghan Tan #8D6627

Tints of Afghan Tan #8D6627

Color information

#8D6627 (or 0x8D6627) is unknown color: approx Afghan Tan. HEX triplet: 8D, 66 and 27. RGB value is (141,102,39). Sum of RGB (Red+Green+Blue) = 141+102+39=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6627 is #7299D8. Grayscale: #6A6A6A. Windows color (decimal): -7510489 or 2582157. OLE color: 2582157.

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

Color convert

RGB14110239-
CMYK00.280.720.45
HSL37.06º56.67%35.29%-
HSV(B)37.06º72.34%55.29%-
XYZ16.115.314.03-
YUV106.4889.92152.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=50%
G=36.17%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411023900.280.720.4537.0656.6735.29
Hex8D662701C482D253923
Octal2151464703411055457143
Binary1000110111001101001110111001001000101101100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,39); }

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

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

 a { background-color: rgb(141,102,39); }

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

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

 span { border-color: rgb(141,102,39); }

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