#8C611F

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

Shades of Afghan Tan #8C611F

Tints of Afghan Tan #8C611F

Color information

#8C611F (or 0x8C611F) is unknown color: approx Afghan Tan. HEX triplet: 8C, 61 and 1F. RGB value is (140,97,31). Sum of RGB (Red+Green+Blue) = 140+97+31=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C611F is #739EE0. Grayscale: #666666. Windows color (decimal): -7577313 or 2056588. OLE color: 2056588.

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

Color convert

RGB1409731-
CMYK00.310.780.45
HSL36.33º63.74%33.53%-
HSV(B)36.33º77.86%54.9%-
XYZ15.3414.223.23-
YUV102.3387.75154.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=52.24%
G=36.19%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140973100.310.780.4536.3363.7433.53
Hex8C611F01F4E2D244022
Octal21414137037116554410042
Binary1000110011000011111101111110011101011011001001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,97,31); }

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

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

 a { background-color: rgb(140,97,31); }

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

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

 span { border-color: rgb(140,97,31); }

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