#916C58

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

Shades of Beaver #916C58

Tints of Beaver #916C58

Color information

#916C58 (or 0x916C58) is unknown color: approx Beaver. HEX triplet: 91, 6C and 58. RGB value is (145,108,88). Sum of RGB (Red+Green+Blue) = 145+108+88=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #916C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C58 is #6E93A7. Grayscale: #747474. Windows color (decimal): -7246760 or 5794961. OLE color: 5794961.

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

Color convert

RGB14510888-
CMYK00.260.390.43
HSL21.05º24.46%45.69%-
HSV(B)21.05º39.31%56.86%-
XYZ18.817.4511.61-
YUV116.78111.76148.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=42.52%
G=31.67%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451088800.260.390.4321.0524.4645.69
Hex916C5801A272B15182e
Octal2211541300324753253056
Binary10010001110110010110000110101001111010111010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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