#8F6F59

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

Shades of Beaver #8F6F59

Tints of Beaver #8F6F59

Color information

#8F6F59 (or 0x8F6F59) is unknown color: approx Beaver. HEX triplet: 8F, 6F and 59. RGB value is (143,111,89). Sum of RGB (Red+Green+Blue) = 143+111+89=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F59 is #7090A6. Grayscale: #767676. Windows color (decimal): -7377063 or 5861263. OLE color: 5861263.

HSL color Cylindrical-coordinate representation of color #8F6F59: hue angle of 24.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F6F59 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB14311189-
CMYK00.220.380.44
HSL24.44º23.28%45.49%-
HSV(B)24.44º37.76%56.08%-
XYZ18.8217.9311.92-
YUV118.06111.6145.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.69%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=41.69%
G=32.36%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431118900.220.380.4424.4423.2845.49
Hex8F6F59016262C18172d
Octal2171571310264654302755
Binary10001111110111110110010101101001101011001100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,111,89); }

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

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

 a { background-color: rgb(143,111,89); }

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

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

 span { border-color: rgb(143,111,89); }

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