#966A57

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

Shades of Leather #966A57

Tints of Leather #966A57

Color information

#966A57 (or 0x966A57) is unknown color: approx Leather. HEX triplet: 96, 6A and 57. RGB value is (150,106,87). Sum of RGB (Red+Green+Blue) = 150+106+87=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #966A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A57 is #6995A8. Grayscale: #757575. Windows color (decimal): -6919593 or 5728918. OLE color: 5728918.

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

Color convert

RGB15010687-
CMYK00.290.420.41
HSL18.1º26.58%46.47%-
HSV(B)18.1º42%58.82%-
XYZ19.4517.4811.37-
YUV116.99111.08151.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=43.73%
G=30.90%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501068700.290.420.4118.126.5846.47
Hex966A5701D2A29121b2e
Octal2261521270355251223356
Binary10010110110101010101110111011010101010011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966A57; }

 p { color: rgb(150,106,87); }

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

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

 a { background-color: rgb(150,106,87); }

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

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

 span { border-color: rgb(150,106,87); }

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