#956955

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

Shades of Leather #956955

Tints of Leather #956955

Color information

#956955 (or 0x956955) is unknown color: approx Leather. HEX triplet: 95, 69 and 55. RGB value is (149,105,85). Sum of RGB (Red+Green+Blue) = 149+105+85=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956955 is #6A96AA. Grayscale: #737373. Windows color (decimal): -6985387 or 5597589. OLE color: 5597589.

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

Color convert

RGB14910585-
CMYK00.300.430.42
HSL18.75º27.35%45.88%-
HSV(B)18.75º42.95%58.43%-
XYZ19.0917.1510.9-
YUV115.88110.58151.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=43.95%
G=30.97%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491058500.300.430.4218.7527.3545.88
Hex95695501E2B2A131b2e
Octal2251511250365352233356
Binary10010101110100110101010111101010111010101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956955; }

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

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

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

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

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

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

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

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