#946C56

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

Shades of Leather #946C56

Tints of Leather #946C56

Color information

#946C56 (or 0x946C56) is unknown color: approx Leather. HEX triplet: 94, 6C and 56. RGB value is (148,108,86). Sum of RGB (Red+Green+Blue) = 148+108+86=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #946C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C56 is #6B93A9. Grayscale: #757575. Windows color (decimal): -7050154 or 5663892. OLE color: 5663892.

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

Color convert

RGB14810886-
CMYK00.270.420.42
HSL21.29º26.5%45.88%-
HSV(B)21.29º41.89%58.04%-
XYZ19.2617.6911.2-
YUV117.45110.25149.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=43.27%
G=31.58%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481088600.270.420.4221.2926.545.88
Hex946C5601B2A2A151a2e
Octal2241541260335252253256
Binary10010100110110010101100110111010101010101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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