#936D5C

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

Shades of Beaver #936D5C

Tints of Beaver #936D5C

Color information

#936D5C (or 0x936D5C) is unknown color: approx Beaver. HEX triplet: 93, 6D and 5C. RGB value is (147,109,92). Sum of RGB (Red+Green+Blue) = 147+109+92=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #936D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D5C is #6C92A3. Grayscale: #767676. Windows color (decimal): -7115428 or 6057363. OLE color: 6057363.

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

Color convert

RGB14710992-
CMYK00.260.370.42
HSL18.55º23.01%46.86%-
HSV(B)18.55º37.41%57.65%-
XYZ19.4317.9112.56-
YUV118.42113.09148.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=42.24%
G=31.32%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471099200.260.370.4218.5523.0146.86
Hex936D5C01A252A13172f
Octal2231551340324552232757
Binary10010011110110110111000110101001011010101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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