#945B56

Color #945B56 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #945B56

Tints of Rose Taupe #945B56

Color information

#945B56 (or 0x945B56) is unknown color: approx Rose Taupe. HEX triplet: 94, 5B and 56. RGB value is (148,91,86). Sum of RGB (Red+Green+Blue) = 148+91+86=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #945B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B56 is #6BA4A9. Grayscale: #6B6B6B. Windows color (decimal): -7054506 or 5659540. OLE color: 5659540.

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

Color convert

RGB1489186-
CMYK00.390.420.42
HSL4.84º26.5%45.88%-
HSV(B)4.84º41.89%58.04%-
XYZ17.6314.4510.66-
YUV107.47115.88156.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=45.54%
G=28%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148918600.390.420.424.8426.545.88
Hex945B560272A2A51a2e
Octal224133126047525253256
Binary1001010010110111010110010011110101010101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B56; }

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

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

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

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

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

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

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

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