#916B5D

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

Shades of Beaver #916B5D

Tints of Beaver #916B5D

Color information

#916B5D (or 0x916B5D) is unknown color: approx Beaver. HEX triplet: 91, 6B and 5D. RGB value is (145,107,93). Sum of RGB (Red+Green+Blue) = 145+107+93=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B5D is #6E94A2. Grayscale: #747474. Windows color (decimal): -7247011 or 6122385. OLE color: 6122385.

HSL color Cylindrical-coordinate representation of color #916B5D: hue angle of 16.15º 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 #916B5D is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14510793-
CMYK00.260.360.43
HSL16.15º21.85%46.67%-
HSV(B)16.15º35.86%56.86%-
XYZ18.9117.3312.7-
YUV116.77114.59148.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=42.03%
G=31.01%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451079300.260.360.4316.1521.8546.67
Hex916B5D01A242B10162f
Octal2211531350324453202657
Binary10010001110101110111010110101001001010111000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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