#916E5D

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

Shades of Beaver #916E5D

Tints of Beaver #916E5D

Color information

#916E5D (or 0x916E5D) is unknown color: approx Beaver. HEX triplet: 91, 6E and 5D. RGB value is (145,110,93). Sum of RGB (Red+Green+Blue) = 145+110+93=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #916E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E5D is #6E91A2. Grayscale: #767676. Windows color (decimal): -7246243 or 6123153. OLE color: 6123153.

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

Color convert

RGB14511093-
CMYK00.240.360.43
HSL19.62º21.85%46.67%-
HSV(B)19.62º35.86%56.86%-
XYZ19.2317.9612.81-
YUV118.53113.6146.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=41.67%
G=31.61%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451109300.240.360.4319.6221.8546.67
Hex916E5D018242B14162f
Octal2211561350304453242657
Binary10010001110111010111010110001001001010111010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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