#995C58

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

Shades of Rose Taupe #995C58

Tints of Rose Taupe #995C58

Color information

#995C58 (or 0x995C58) is unknown color: approx Rose Taupe. HEX triplet: 99, 5C and 58. RGB value is (153,92,88). Sum of RGB (Red+Green+Blue) = 153+92+88=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #995C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C58 is #66A3A7. Grayscale: #6D6D6D. Windows color (decimal): -6726568 or 5790873. OLE color: 5790873.

HSL color Cylindrical-coordinate representation of color #995C58: hue angle of 3.69º 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 #995C58 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1539288-
CMYK00.400.420.4
HSL3.69º26.97%47.25%-
HSV(B)3.69º42.48%60%-
XYZ18.7315.1311.17-
YUV109.78115.71158.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=45.95%
G=27.63%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153928800.400.420.43.6926.9747.25
Hex995C580282A2841b2f
Octal231134130050525043357
Binary1001100110111001011000010100010101010100010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C58; }

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

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

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

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

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

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

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

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