#946855

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

Shades of Leather #946855

Tints of Leather #946855

Color information

#946855 (or 0x946855) is unknown color: approx Leather. HEX triplet: 94, 68 and 55. RGB value is (148,104,85). Sum of RGB (Red+Green+Blue) = 148+104+85=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #946855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946855 is #6B97AA. Grayscale: #737373. Windows color (decimal): -7051179 or 5597332. OLE color: 5597332.

HSL color Cylindrical-coordinate representation of color #946855: hue angle of 18.1º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #946855 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14810485-
CMYK00.300.430.42
HSL18.1º27.04%45.69%-
HSV(B)18.1º42.57%58.04%-
XYZ18.816.8510.86-
YUV114.99111.08151.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=43.92%
G=30.86%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481048500.300.430.4218.127.0445.69
Hex94685501E2B2A121b2e
Octal2241501250365352223356
Binary10010100110100010101010111101010111010101001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946855; }

 p { color: rgb(148,104,85); }

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

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

 a { background-color: rgb(148,104,85); }

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

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

 span { border-color: rgb(148,104,85); }

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