#936D58

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

Shades of Beaver #936D58

Tints of Beaver #936D58

Color information

#936D58 (or 0x936D58) is unknown color: approx Beaver. HEX triplet: 93, 6D and 58. RGB value is (147,109,88). Sum of RGB (Red+Green+Blue) = 147+109+88=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #936D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D58 is #6C92A7. Grayscale: #767676. Windows color (decimal): -7115432 or 5795219. OLE color: 5795219.

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

Color convert

RGB14710988-
CMYK00.260.400.42
HSL21.36º25.11%46.08%-
HSV(B)21.36º40.14%57.65%-
XYZ19.2617.8411.66-
YUV117.97111.09148.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=42.73%
G=31.69%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471098800.260.400.4221.3625.1146.08
Hex936D5801A282A15192e
Octal2231551300325052253156
Binary10010011110110110110000110101010001010101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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