#937560

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

Shades of Beaver #937560

Tints of Beaver #937560

Color information

#937560 (or 0x937560) is unknown color: approx Beaver. HEX triplet: 93, 75 and 60. RGB value is (147,117,96). Sum of RGB (Red+Green+Blue) = 147+117+96=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #937560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937560 is #6C8A9F. Grayscale: #7B7B7B. Windows color (decimal): -7113376 or 6321555. OLE color: 6321555.

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

Color convert

RGB14711796-
CMYK00.200.350.42
HSL24.71º20.99%47.65%-
HSV(B)24.71º34.69%57.65%-
XYZ20.5119.7713.8-
YUV123.58112.44144.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=40.83%
G=32.5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471179600.200.350.4224.7120.9947.65
Hex937560014232A191530
Octal2231651400244352312560
Binary10010011111010111000000101001000111010101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937560; }

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

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

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

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

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

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

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

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