#946554

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

Shades of Leather #946554

Tints of Leather #946554

Color information

#946554 (or 0x946554) is unknown color: approx Leather. HEX triplet: 94, 65 and 54. RGB value is (148,101,84). Sum of RGB (Red+Green+Blue) = 148+101+84=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #946554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946554 is #6B9AAB. Grayscale: #717171. Windows color (decimal): -7051948 or 5531028. OLE color: 5531028.

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

Color convert

RGB14810184-
CMYK00.320.430.42
HSL15.94º27.59%45.49%-
HSV(B)15.94º43.24%58.04%-
XYZ18.4716.2410.55-
YUV113.11111.57152.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=44.44%
G=30.33%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481018400.320.430.4215.9427.5945.49
Hex9465540202B2A101c2d
Octal2241451240405352203455
Binary100101001100101101010001000001010111010101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946554; }

 p { color: rgb(148,101,84); }

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

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

 a { background-color: rgb(148,101,84); }

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

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

 span { border-color: rgb(148,101,84); }

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