#8F6F61

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

Shades of Beaver #8F6F61

Tints of Beaver #8F6F61

Color information

#8F6F61 (or 0x8F6F61) is unknown color: approx Beaver. HEX triplet: 8F, 6F and 61. RGB value is (143,111,97). Sum of RGB (Red+Green+Blue) = 143+111+97=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F61 is #70909E. Grayscale: #777777. Windows color (decimal): -7377055 or 6385551. OLE color: 6385551.

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

Color convert

RGB14311197-
CMYK00.220.320.44
HSL18.26º19.17%47.06%-
HSV(B)18.26º32.17%56.08%-
XYZ19.1718.0713.79-
YUV118.97115.6145.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=40.74%
G=31.62%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431119700.220.320.4418.2619.1747.06
Hex8F6F61016202C12132f
Octal2171571410264054222357
Binary10001111110111111000010101101000001011001001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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