#917561

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

Shades of Beaver #917561

Tints of Beaver #917561

Color information

#917561 (or 0x917561) is unknown color: approx Beaver. HEX triplet: 91, 75 and 61. RGB value is (145,117,97). Sum of RGB (Red+Green+Blue) = 145+117+97=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #917561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917561 is #6E8A9E. Grayscale: #7B7B7B. Windows color (decimal): -7244447 or 6387089. OLE color: 6387089.

HSL color Cylindrical-coordinate representation of color #917561: hue angle of 25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917561 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB14511797-
CMYK00.190.330.43
HSL25º19.83%47.45%-
HSV(B)25º33.1%56.86%-
XYZ20.219.6114.03-
YUV123.09113.28143.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=40.39%
G=32.59%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451179700.190.330.432519.8347.45
Hex917561013212B19142f
Octal2211651410234153312457
Binary10010001111010111000010100111000011010111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917561; }

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

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

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

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

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

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

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

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