#945B59

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

Shades of Rose Taupe #945B59

Tints of Rose Taupe #945B59

Color information

#945B59 (or 0x945B59) is unknown color: approx Rose Taupe. HEX triplet: 94, 5B and 59. RGB value is (148,91,89). Sum of RGB (Red+Green+Blue) = 148+91+89=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #945B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B59 is #6BA4A6. Grayscale: #6B6B6B. Windows color (decimal): -7054503 or 5856148. OLE color: 5856148.

HSL color Cylindrical-coordinate representation of color #945B59: hue angle of 2.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945B59 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1489189-
CMYK00.390.400.42
HSL2.03º24.89%46.47%-
HSV(B)2.03º39.86%58.04%-
XYZ17.7614.511.31-
YUV107.81117.38156.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=45.12%
G=27.74%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148918900.390.400.422.0324.8946.47
Hex945B59027282A2192e
Octal224133131047505223156
Binary100101001011011101100101001111010001010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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