#955858

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

Shades of Rose Taupe #955858

Tints of Rose Taupe #955858

Color information

#955858 (or 0x955858) is unknown color: approx Rose Taupe. HEX triplet: 95, 58 and 58. RGB value is (149,88,88). Sum of RGB (Red+Green+Blue) = 149+88+88=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #955858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955858 is #6AA7A7. Grayscale: #6A6A6A. Windows color (decimal): -6989736 or 5789845. OLE color: 5789845.

HSL color Cylindrical-coordinate representation of color #955858: hue angle of 0º degrees, saturation: 0.26, 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 #955858 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1498888-
CMYK00.410.410.42
HSL25.74%46.47%-
HSV(B)40.94%58.43%-
XYZ17.6514.0711.02-
YUV106.24117.71158.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=45.85%
G=27.08%
B=27.08%

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
Decimal149888800.410.410.42025.7446.47
Hex955858029292A01a2e
Octal225130130051515203256
Binary10010101101100010110000101001101001101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955858; }

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

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

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

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

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

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

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

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