#917466

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

Shades of Beaver #917466

Tints of Beaver #917466

Color information

#917466 (or 0x917466) is unknown color: approx Beaver. HEX triplet: 91, 74 and 66. RGB value is (145,116,102). Sum of RGB (Red+Green+Blue) = 145+116+102=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #917466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917466 is #6E8B99. Grayscale: #7B7B7B. Windows color (decimal): -7244698 or 6714513. OLE color: 6714513.

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

Color convert

RGB145116102-
CMYK00.20.300.43
HSL19.53º17.41%48.43%-
HSV(B)19.53º29.66%56.86%-
XYZ20.3219.4715.26-
YUV123.08116.11143.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=39.94%
G=31.96%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511610200.20.300.4319.5317.4148.43
Hex9174660141E2B141130
Octal2211641460243653242160
Binary1001000111101001100110010100111101010111010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917466; }

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

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

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

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

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

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

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

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