#8f6028

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

Shades of Afghan Tan #8F6028

Tints of Afghan Tan #8F6028

Color information

#8F6028 (or 0x8F6028) is unknown color: approx Afghan Tan. HEX triplet: 8F, 60 and 28. RGB value is (143,96,40). Sum of RGB (Red+Green+Blue) = 143+96+40=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6028 is #709FD7. Grayscale: #676767. Windows color (decimal): -7380952 or 2646159. OLE color: 2646159.

HSL color Cylindrical-coordinate representation of color #8F6028: hue angle of 32.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F6028 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB1439640-
CMYK00.330.720.44
HSL32.62º56.28%35.88%-
HSV(B)32.62º72.03%56.08%-
XYZ15.8914.363.94-
YUV103.6792.07156.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.25%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=51.25%
G=34.41%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143964000.330.720.4432.6256.2835.88
Hex8F6028021482C213824
Octal2171405004111054417044
Binary10001111110000010100001000011001000101100100001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,96,40); }

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

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

 a { background-color: rgb(143,96,40); }

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

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

 span { border-color: rgb(143,96,40); }

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