#966856

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

Shades of Leather #966856

Tints of Leather #966856

Color information

#966856 (or 0x966856) is unknown color: approx Leather. HEX triplet: 96, 68 and 56. RGB value is (150,104,86). Sum of RGB (Red+Green+Blue) = 150+104+86=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #966856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966856 is #6997A9. Grayscale: #737373. Windows color (decimal): -6920106 or 5662870. OLE color: 5662870.

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

Color convert

RGB15010486-
CMYK00.310.430.41
HSL16.88º27.12%46.27%-
HSV(B)16.88º42.67%58.82%-
XYZ19.2117.0611.08-
YUV115.7111.24152.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=44.12%
G=30.59%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501048600.310.430.4116.8827.1246.27
Hex96685601F2B29111b2e
Octal2261501260375351213356
Binary10010110110100010101100111111010111010011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966856; }

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

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

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

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

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

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

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

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