#946656

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

Shades of Leather #946656

Tints of Leather #946656

Color information

#946656 (or 0x946656) is unknown color: approx Leather. HEX triplet: 94, 66 and 56. RGB value is (148,102,86). Sum of RGB (Red+Green+Blue) = 148+102+86=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946656 is #6B99A9. Grayscale: #727272. Windows color (decimal): -7051690 or 5662356. OLE color: 5662356.

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

Color convert

RGB14810286-
CMYK00.310.420.42
HSL15.48º26.5%45.88%-
HSV(B)15.48º41.89%58.04%-
XYZ18.6416.4711-
YUV113.93112.24152.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=44.05%
G=30.36%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481028600.310.420.4215.4826.545.88
Hex94665601F2A2Af1a2e
Octal2241461260375252173256
Binary1001010011001101010110011111101010101010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946656; }

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

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

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

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

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

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

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

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