#917566

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

Shades of Beaver #917566

Tints of Beaver #917566

Color information

#917566 (or 0x917566) is unknown color: approx Beaver. HEX triplet: 91, 75 and 66. RGB value is (145,117,102). Sum of RGB (Red+Green+Blue) = 145+117+102=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #917566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917566 is #6E8A99. Grayscale: #7B7B7B. Windows color (decimal): -7244442 or 6714769. OLE color: 6714769.

HSL color Cylindrical-coordinate representation of color #917566: hue angle of 20.93º 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 #917566 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145117102-
CMYK00.190.300.43
HSL20.93º17.41%48.43%-
HSV(B)20.93º29.66%56.86%-
XYZ20.4419.715.3-
YUV123.66115.78143.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=39.84%
G=32.14%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511710200.190.300.4320.9317.4148.43
Hex9175660131E2B151130
Octal2211651460233653252160
Binary1001000111101011100110010011111101010111010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917566; }

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

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

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

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

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

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

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

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