#8F7166

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

Shades of Beaver #8F7166

Tints of Beaver #8F7166

Color information

#8F7166 (or 0x8F7166) is unknown color: approx Beaver. HEX triplet: 8F, 71 and 66. RGB value is (143,113,102). Sum of RGB (Red+Green+Blue) = 143+113+102=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7166 is #708E99. Grayscale: #787878. Windows color (decimal): -7376538 or 6713743. OLE color: 6713743.

HSL color Cylindrical-coordinate representation of color #8F7166: hue angle of 16.1º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7166 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB143113102-
CMYK00.210.290.44
HSL16.1º16.73%48.04%-
HSV(B)16.1º28.67%56.08%-
XYZ19.6318.6115.13-
YUV120.72117.44143.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.94%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=39.94%
G=31.56%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311310200.210.290.4416.116.7348.04
Hex8F71660151D2C101130
Octal2171611460253554202160
Binary1000111111100011100110010101111011011001000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,102); }

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

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

 a { background-color: rgb(143,113,102); }

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

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

 span { border-color: rgb(143,113,102); }

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