#995858

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

Shades of Rose Taupe #995858

Tints of Rose Taupe #995858

Color information

#995858 (or 0x995858) is unknown color: approx Rose Taupe. HEX triplet: 99, 58 and 58. RGB value is (153,88,88). Sum of RGB (Red+Green+Blue) = 153+88+88=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #995858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995858 is #66A7A7. Grayscale: #6B6B6B. Windows color (decimal): -6727592 or 5789849. OLE color: 5789849.

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

Color convert

RGB1538888-
CMYK00.420.420.4
HSL26.97%47.25%-
HSV(B)42.48%60%-
XYZ18.3914.4611.05-
YUV107.43117.03160.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=46.50%
G=26.75%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153888800.420.420.4026.9747.25
Hex99585802A2A2801b2f
Octal231130130052525003357
Binary10011001101100010110000101010101010101000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995858; }

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

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

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

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

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

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

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

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