#946A57

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

Shades of Leather #946A57

Tints of Leather #946A57

Color information

#946A57 (or 0x946A57) is unknown color: approx Leather. HEX triplet: 94, 6A and 57. RGB value is (148,106,87). Sum of RGB (Red+Green+Blue) = 148+106+87=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #946A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A57 is #6B95A8. Grayscale: #747474. Windows color (decimal): -7050665 or 5728916. OLE color: 5728916.

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

Color convert

RGB14810687-
CMYK00.280.410.42
HSL18.69º25.96%46.08%-
HSV(B)18.69º41.22%58.04%-
XYZ19.0917.2911.35-
YUV116.39111.41150.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=43.40%
G=31.09%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481068700.280.410.4218.6925.9646.08
Hex946A5701C292A131a2e
Octal2241521270345152233256
Binary10010100110101010101110111001010011010101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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