#946957

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

Shades of Leather #946957

Tints of Leather #946957

Color information

#946957 (or 0x946957) is unknown color: approx Leather. HEX triplet: 94, 69 and 57. RGB value is (148,105,87). Sum of RGB (Red+Green+Blue) = 148+105+87=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #946957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946957 is #6B96A8. Grayscale: #737373. Windows color (decimal): -7050921 or 5728660. OLE color: 5728660.

HSL color Cylindrical-coordinate representation of color #946957: hue angle of 17.7º 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 #946957 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14810587-
CMYK00.290.410.42
HSL17.7º25.96%46.08%-
HSV(B)17.7º41.22%58.04%-
XYZ18.9817.0911.31-
YUV115.8111.75150.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=43.53%
G=30.88%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481058700.290.410.4217.725.9646.08
Hex94695701D292A121a2e
Octal2241511270355152223256
Binary10010100110100110101110111011010011010101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946957; }

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

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

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

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

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

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

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

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