#916C5B

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

Shades of Beaver #916C5B

Tints of Beaver #916C5B

Color information

#916C5B (or 0x916C5B) is unknown color: approx Beaver. HEX triplet: 91, 6C and 5B. RGB value is (145,108,91). Sum of RGB (Red+Green+Blue) = 145+108+91=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #916C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C5B is #6E93A4. Grayscale: #757575. Windows color (decimal): -7246757 or 5991569. OLE color: 5991569.

HSL color Cylindrical-coordinate representation of color #916C5B: hue angle of 18.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #916C5B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14510891-
CMYK00.260.370.43
HSL18.89º22.88%46.27%-
HSV(B)18.89º37.24%56.86%-
XYZ18.9317.512.28-
YUV117.12113.26147.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=42.15%
G=31.40%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451089100.260.370.4318.8922.8846.27
Hex916C5B01A252B13172e
Octal2211541330324553232756
Binary10010001110110010110110110101001011010111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,108,91); }

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

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

 a { background-color: rgb(145,108,91); }

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

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

 span { border-color: rgb(145,108,91); }

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