#916E57

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

Shades of Beaver #916E57

Tints of Beaver #916E57

Color information

#916E57 (or 0x916E57) is unknown color: approx Beaver. HEX triplet: 91, 6E and 57. RGB value is (145,110,87). Sum of RGB (Red+Green+Blue) = 145+110+87=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #916E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E57 is #6E91A8. Grayscale: #757575. Windows color (decimal): -7246249 or 5729937. OLE color: 5729937.

HSL color Cylindrical-coordinate representation of color #916E57: hue angle of 23.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #916E57 is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB14511087-
CMYK00.240.40.43
HSL23.79º25%45.49%-
HSV(B)23.79º40%56.86%-
XYZ18.9717.8611.46-
YUV117.84110.6147.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=42.40%
G=32.16%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451108700.240.40.4323.792545.49
Hex916E57018282B18192d
Octal2211561270305053303155
Binary10010001110111010101110110001010001010111100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916E57; }

 p { color: rgb(145,110,87); }

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

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

 a { background-color: rgb(145,110,87); }

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

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

 span { border-color: rgb(145,110,87); }

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