#917166

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

Shades of Beaver #917166

Tints of Beaver #917166

Color information

#917166 (or 0x917166) is unknown color: approx Beaver. HEX triplet: 91, 71 and 66. RGB value is (145,113,102). Sum of RGB (Red+Green+Blue) = 145+113+102=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #917166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917166 is #6E8E99. Grayscale: #797979. Windows color (decimal): -7245466 or 6713745. OLE color: 6713745.

HSL color Cylindrical-coordinate representation of color #917166: hue angle of 15.35º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917166 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145113102-
CMYK00.220.300.43
HSL15.35º17.41%48.43%-
HSV(B)15.35º29.66%56.86%-
XYZ19.9818.7915.14-
YUV121.31117.1144.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=40.28%
G=31.39%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511310200.220.300.4315.3517.4148.43
Hex9171660161E2Bf1130
Octal2211611460263653172160
Binary100100011110001110011001011011110101011111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917166; }

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

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

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

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

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

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

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

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