#936C5B

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

Shades of Beaver #936C5B

Tints of Beaver #936C5B

Color information

#936C5B (or 0x936C5B) is unknown color: approx Beaver. HEX triplet: 93, 6C and 5B. RGB value is (147,108,91). Sum of RGB (Red+Green+Blue) = 147+108+91=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #936C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C5B is #6C93A4. Grayscale: #757575. Windows color (decimal): -7115685 or 5991571. OLE color: 5991571.

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

Color convert

RGB14710891-
CMYK00.270.380.42
HSL18.21º23.53%46.67%-
HSV(B)18.21º38.1%57.65%-
XYZ19.2817.6812.29-
YUV117.72112.92148.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=42.49%
G=31.21%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471089100.270.380.4218.2123.5346.67
Hex936C5B01B262A12182f
Octal2231541330334652223057
Binary10010011110110010110110110111001101010101001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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