#917461

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

Shades of Beaver #917461

Tints of Beaver #917461

Color information

#917461 (or 0x917461) is unknown color: approx Beaver. HEX triplet: 91, 74 and 61. RGB value is (145,116,97). Sum of RGB (Red+Green+Blue) = 145+116+97=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #917461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917461 is #6E8B9E. Grayscale: #7A7A7A. Windows color (decimal): -7244703 or 6386833. OLE color: 6386833.

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

Color convert

RGB14511697-
CMYK00.20.330.43
HSL23.75º19.83%47.45%-
HSV(B)23.75º33.1%56.86%-
XYZ20.0819.3713.99-
YUV122.5113.61144.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=40.50%
G=32.40%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451169700.20.330.4323.7519.8347.45
Hex917461014212B18142f
Octal2211641410244153302457
Binary10010001111010011000010101001000011010111100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917461; }

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

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

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

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

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

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

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

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