#936D5B

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

Shades of Beaver #936D5B

Tints of Beaver #936D5B

Color information

#936D5B (or 0x936D5B) is unknown color: approx Beaver. HEX triplet: 93, 6D and 5B. RGB value is (147,109,91). Sum of RGB (Red+Green+Blue) = 147+109+91=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #936D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D5B is #6C92A4. Grayscale: #767676. Windows color (decimal): -7115429 or 5991827. OLE color: 5991827.

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

Color convert

RGB14710991-
CMYK00.260.380.42
HSL19.29º23.53%46.67%-
HSV(B)19.29º38.1%57.65%-
XYZ19.3917.912.33-
YUV118.31112.59148.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=42.36%
G=31.41%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471099100.260.380.4219.2923.5346.67
Hex936D5B01A262A13182f
Octal2231551330324652233057
Binary10010011110110110110110110101001101010101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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