#975858

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

Shades of Rose Taupe #975858

Tints of Rose Taupe #975858

Color information

#975858 (or 0x975858) is unknown color: approx Rose Taupe. HEX triplet: 97, 58 and 58. RGB value is (151,88,88). Sum of RGB (Red+Green+Blue) = 151+88+88=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #975858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975858 is #68A7A7. Grayscale: #6A6A6A. Windows color (decimal): -6858664 or 5789847. OLE color: 5789847.

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

Color convert

RGB1518888-
CMYK00.420.420.41
HSL26.36%46.86%-
HSV(B)41.72%59.22%-
XYZ18.0114.2611.04-
YUV106.84117.37159.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=46.18%
G=26.91%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151888800.420.420.41026.3646.86
Hex97585802A2A2901a2f
Octal227130130052525103257
Binary10010111101100010110000101010101010101001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975858; }

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

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

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

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

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

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

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

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