#916D5D

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

Shades of Beaver #916D5D

Tints of Beaver #916D5D

Color information

#916D5D (or 0x916D5D) is unknown color: approx Beaver. HEX triplet: 91, 6D and 5D. RGB value is (145,109,93). Sum of RGB (Red+Green+Blue) = 145+109+93=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #916D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D5D is #6E92A2. Grayscale: #767676. Windows color (decimal): -7246499 or 6122897. OLE color: 6122897.

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

Color convert

RGB14510993-
CMYK00.250.360.43
HSL18.46º21.85%46.67%-
HSV(B)18.46º35.86%56.86%-
XYZ19.1217.7512.77-
YUV117.94113.93147.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=41.79%
G=31.41%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451099300.250.360.4318.4621.8546.67
Hex916D5D019242B12162f
Octal2211551350314453222657
Binary10010001110110110111010110011001001010111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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