#936E5F

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

Shades of Beaver #936E5F

Tints of Beaver #936E5F

Color information

#936E5F (or 0x936E5F) is unknown color: approx Beaver. HEX triplet: 93, 6E and 5F. RGB value is (147,110,95). Sum of RGB (Red+Green+Blue) = 147+110+95=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #936E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E5F is #6C91A0. Grayscale: #777777. Windows color (decimal): -7115169 or 6254227. OLE color: 6254227.

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

Color convert

RGB14711095-
CMYK00.250.350.42
HSL17.31º21.49%47.45%-
HSV(B)17.31º35.37%57.65%-
XYZ19.6718.1813.3-
YUV119.35114.26147.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=41.76%
G=31.25%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471109500.250.350.4217.3121.4947.45
Hex936E5F019232A11152f
Octal2231561370314352212557
Binary10010011110111010111110110011000111010101000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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