#936953

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

Shades of Leather #936953

Tints of Leather #936953

Color information

#936953 (or 0x936953) is unknown color: approx Leather. HEX triplet: 93, 69 and 53. RGB value is (147,105,83). Sum of RGB (Red+Green+Blue) = 147+105+83=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #936953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936953 is #6C96AC. Grayscale: #737373. Windows color (decimal): -7116461 or 5466515. OLE color: 5466515.

HSL color Cylindrical-coordinate representation of color #936953: hue angle of 20.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #936953 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14710583-
CMYK00.290.440.42
HSL20.62º27.83%45.1%-
HSV(B)20.62º43.54%57.65%-
XYZ18.6516.9310.47-
YUV115.05109.91150.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=43.88%
G=31.34%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471058300.290.440.4220.6227.8345.1
Hex93695301D2C2A151c2d
Octal2231511230355452253455
Binary10010011110100110100110111011011001010101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936953; }

 p { color: rgb(147,105,83); }

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

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

 a { background-color: rgb(147,105,83); }

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

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

 span { border-color: rgb(147,105,83); }

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