#946A56

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

Shades of Leather #946A56

Tints of Leather #946A56

Color information

#946A56 (or 0x946A56) is unknown color: approx Leather. HEX triplet: 94, 6A and 56. RGB value is (148,106,86). Sum of RGB (Red+Green+Blue) = 148+106+86=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #946A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A56 is #6B95A9. Grayscale: #747474. Windows color (decimal): -7050666 or 5663380. OLE color: 5663380.

HSL color Cylindrical-coordinate representation of color #946A56: hue angle of 19.35º degrees, saturation: 0.26, 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 #946A56 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14810686-
CMYK00.280.420.42
HSL19.35º26.5%45.88%-
HSV(B)19.35º41.89%58.04%-
XYZ19.0517.2811.13-
YUV116.28110.91150.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=43.53%
G=31.18%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481068600.280.420.4219.3526.545.88
Hex946A5601C2A2A131a2e
Octal2241521260345252233256
Binary10010100110101010101100111001010101010101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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