#946956

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

Shades of Leather #946956

Tints of Leather #946956

Color information

#946956 (or 0x946956) is unknown color: approx Leather. HEX triplet: 94, 69 and 56. RGB value is (148,105,86). Sum of RGB (Red+Green+Blue) = 148+105+86=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946956 is #6B96A9. Grayscale: #737373. Windows color (decimal): -7050922 or 5663124. OLE color: 5663124.

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

Color convert

RGB14810586-
CMYK00.290.420.42
HSL18.39º26.5%45.88%-
HSV(B)18.39º41.89%58.04%-
XYZ18.9417.0711.1-
YUV115.69111.25151.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=43.66%
G=30.97%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481058600.290.420.4218.3926.545.88
Hex94695601D2A2A121a2e
Octal2241511260355252223256
Binary10010100110100110101100111011010101010101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946956; }

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

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

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

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

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

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

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

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