#945858

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

Shades of Rose Taupe #945858

Tints of Rose Taupe #945858

Color information

#945858 (or 0x945858) is unknown color: approx Rose Taupe. HEX triplet: 94, 58 and 58. RGB value is (148,88,88). Sum of RGB (Red+Green+Blue) = 148+88+88=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #945858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945858 is #6BA7A7. Grayscale: #6A6A6A. Windows color (decimal): -7055272 or 5789844. OLE color: 5789844.

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

Color convert

RGB1488888-
CMYK00.410.410.42
HSL25.42%46.27%-
HSV(B)40.54%58.04%-
XYZ17.4613.9811.01-
YUV105.94117.88158-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.68%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=45.68%
G=27.16%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148888800.410.410.42025.4246.27
Hex945858029292A0192e
Octal224130130051515203156
Binary10010100101100010110000101001101001101010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945858; }

 p { color: rgb(148,88,88); }

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

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

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

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

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

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

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