#957560

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

Shades of Beaver #957560

Tints of Beaver #957560

Color information

#957560 (or 0x957560) is unknown color: approx Beaver. HEX triplet: 95, 75 and 60. RGB value is (149,117,96). Sum of RGB (Red+Green+Blue) = 149+117+96=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #957560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957560 is #6A8A9F. Grayscale: #7C7C7C. Windows color (decimal): -6982304 or 6321557. OLE color: 6321557.

HSL color Cylindrical-coordinate representation of color #957560: hue angle of 23.77º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #957560 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14911796-
CMYK00.210.360.42
HSL23.77º21.63%48.04%-
HSV(B)23.77º35.57%58.43%-
XYZ20.8719.9613.82-
YUV124.17112.1145.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=41.16%
G=32.32%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491179600.210.360.4223.7721.6348.04
Hex957560015242A181630
Octal2251651400254452302660
Binary10010101111010111000000101011001001010101100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957560; }

 p { color: rgb(149,117,96); }

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

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

 a { background-color: rgb(149,117,96); }

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

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

 span { border-color: rgb(149,117,96); }

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