#936D59

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

Shades of Beaver #936D59

Tints of Beaver #936D59

Color information

#936D59 (or 0x936D59) is unknown color: approx Beaver. HEX triplet: 93, 6D and 59. RGB value is (147,109,89). Sum of RGB (Red+Green+Blue) = 147+109+89=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #936D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D59 is #6C92A6. Grayscale: #767676. Windows color (decimal): -7115431 or 5860755. OLE color: 5860755.

HSL color Cylindrical-coordinate representation of color #936D59: hue angle of 20.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #936D59 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14710989-
CMYK00.260.390.42
HSL20.69º24.58%46.27%-
HSV(B)20.69º39.46%57.65%-
XYZ19.317.8611.88-
YUV118.08111.59148.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=42.61%
G=31.59%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471098900.260.390.4220.6924.5846.27
Hex936D5901A272A15192e
Octal2231551310324752253156
Binary10010011110110110110010110101001111010101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,109,89); }

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

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

 a { background-color: rgb(147,109,89); }

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

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

 span { border-color: rgb(147,109,89); }

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