#946B54

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

Shades of Leather #946B54

Tints of Leather #946B54

Color information

#946B54 (or 0x946B54) is unknown color: approx Leather. HEX triplet: 94, 6B and 54. RGB value is (148,107,84). Sum of RGB (Red+Green+Blue) = 148+107+84=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B54 is #6B94AB. Grayscale: #747474. Windows color (decimal): -7050412 or 5532564. OLE color: 5532564.

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

Color convert

RGB14810784-
CMYK00.280.430.42
HSL21.56º27.59%45.49%-
HSV(B)21.56º43.24%58.04%-
XYZ19.0717.4510.75-
YUV116.64109.58150.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=43.66%
G=31.56%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481078400.280.430.4221.5627.5945.49
Hex946B5401C2B2A161c2d
Octal2241531240345352263455
Binary10010100110101110101000111001010111010101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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