#8F6C48

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

Shades of Dark Tan #8F6C48

Tints of Dark Tan #8F6C48

Color information

#8F6C48 (or 0x8F6C48) is unknown color: approx Dark Tan. HEX triplet: 8F, 6C and 48. RGB value is (143,108,72). Sum of RGB (Red+Green+Blue) = 143+108+72=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6C48 is #7093B7. Grayscale: #727272. Windows color (decimal): -7377848 or 4746383. OLE color: 4746383.

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

Color convert

RGB14310872-
CMYK00.240.500.44
HSL30.42º33.02%42.16%-
HSV(B)30.42º49.65%56.08%-
XYZ17.8617.038.48-
YUV114.36104.1148.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.27%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=44.27%
G=33.44%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431087200.240.500.4430.4233.0242.16
Hex8F6C48018322C1e212a
Octal2171541100306254364152
Binary100011111101100100100001100011001010110011110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,108,72); }

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

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

 a { background-color: rgb(143,108,72); }

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

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

 span { border-color: rgb(143,108,72); }

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