#937060

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

Shades of Beaver #937060

Tints of Beaver #937060

Color information

#937060 (or 0x937060) is unknown color: approx Beaver. HEX triplet: 93, 70 and 60. RGB value is (147,112,96). Sum of RGB (Red+Green+Blue) = 147+112+96=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #937060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937060 is #6C8F9F. Grayscale: #787878. Windows color (decimal): -7114656 or 6320275. OLE color: 6320275.

HSL color Cylindrical-coordinate representation of color #937060: hue angle of 18.82º 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 #937060 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14711296-
CMYK00.240.350.42
HSL18.82º20.99%47.65%-
HSV(B)18.82º34.69%57.65%-
XYZ19.9418.6413.61-
YUV120.64114.1146.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=41.41%
G=31.55%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471129600.240.350.4218.8220.9947.65
Hex937060018232A131530
Octal2231601400304352232560
Binary10010011111000011000000110001000111010101001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937060; }

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

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

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

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

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

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

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

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