#936E5B

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

Shades of Beaver #936E5B

Tints of Beaver #936E5B

Color information

#936E5B (or 0x936E5B) is unknown color: approx Beaver. HEX triplet: 93, 6E and 5B. RGB value is (147,110,91). Sum of RGB (Red+Green+Blue) = 147+110+91=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #936E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E5B is #6C91A4. Grayscale: #777777. Windows color (decimal): -7115173 or 5992083. OLE color: 5992083.

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

Color convert

RGB14711091-
CMYK00.250.380.42
HSL20.36º23.53%46.67%-
HSV(B)20.36º38.1%57.65%-
XYZ19.518.1112.37-
YUV118.9112.26148.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=42.24%
G=31.61%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471109100.250.380.4220.3623.5346.67
Hex936E5B019262A14182f
Octal2231561330314652243057
Binary10010011110111010110110110011001101010101010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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