#936E60

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

Shades of Beaver #936E60

Tints of Beaver #936E60

Color information

#936E60 (or 0x936E60) is unknown color: approx Beaver. HEX triplet: 93, 6E and 60. RGB value is (147,110,96). Sum of RGB (Red+Green+Blue) = 147+110+96=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #936E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E60 is #6C919F. Grayscale: #777777. Windows color (decimal): -7115168 or 6319763. OLE color: 6319763.

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

Color convert

RGB14711096-
CMYK00.250.350.42
HSL16.47º20.99%47.65%-
HSV(B)16.47º34.69%57.65%-
XYZ19.7218.213.54-
YUV119.47114.76147.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=41.64%
G=31.16%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471109600.250.350.4216.4720.9947.65
Hex936E60019232A101530
Octal2231561400314352202560
Binary10010011110111011000000110011000111010101000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936E60; }

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

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

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

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

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

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

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

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