#956856

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

Shades of Leather #956856

Tints of Leather #956856

Color information

#956856 (or 0x956856) is unknown color: approx Leather. HEX triplet: 95, 68 and 56. RGB value is (149,104,86). Sum of RGB (Red+Green+Blue) = 149+104+86=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956856 is #6A97A9. Grayscale: #737373. Windows color (decimal): -6985642 or 5662869. OLE color: 5662869.

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

Color convert

RGB14910486-
CMYK00.300.420.42
HSL17.14º26.81%46.08%-
HSV(B)17.14º42.28%58.43%-
XYZ19.0216.9611.08-
YUV115.4111.41151.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=43.95%
G=30.68%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491048600.300.420.4217.1426.8146.08
Hex95685601E2A2A111b2e
Octal2251501260365252213356
Binary10010101110100010101100111101010101010101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956856; }

 p { color: rgb(149,104,86); }

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

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

 a { background-color: rgb(149,104,86); }

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

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

 span { border-color: rgb(149,104,86); }

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