#936A59

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

Shades of Beaver #936A59

Tints of Beaver #936A59

Color information

#936A59 (or 0x936A59) is unknown color: approx Beaver. HEX triplet: 93, 6A and 59. RGB value is (147,106,89). Sum of RGB (Red+Green+Blue) = 147+106+89=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #936A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A59 is #6C95A6. Grayscale: #747474. Windows color (decimal): -7116199 or 5859987. OLE color: 5859987.

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

Color convert

RGB14710689-
CMYK00.280.390.42
HSL17.59º24.58%46.27%-
HSV(B)17.59º39.46%57.65%-
XYZ18.9917.2311.78-
YUV116.32112.58149.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=42.98%
G=30.99%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471068900.280.390.4217.5924.5846.27
Hex936A5901C272A12192e
Octal2231521310344752223156
Binary10010011110101010110010111001001111010101001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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