#936955

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

Shades of Leather #936955

Tints of Leather #936955

Color information

#936955 (or 0x936955) is unknown color: approx Leather. HEX triplet: 93, 69 and 55. RGB value is (147,105,85). Sum of RGB (Red+Green+Blue) = 147+105+85=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #936955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936955 is #6C96AA. Grayscale: #737373. Windows color (decimal): -7116459 or 5597587. OLE color: 5597587.

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

Color convert

RGB14710585-
CMYK00.290.420.42
HSL19.35º26.72%45.49%-
HSV(B)19.35º42.18%57.65%-
XYZ18.7216.9610.88-
YUV115.28110.91150.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=43.62%
G=31.16%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471058500.290.420.4219.3526.7245.49
Hex93695501D2A2A131b2d
Octal2231511250355252233355
Binary10010011110100110101010111011010101010101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936955; }

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

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

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

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

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

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

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

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