#995C5C

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

Shades of Rose Taupe #995C5C

Tints of Rose Taupe #995C5C

Color information

#995C5C (or 0x995C5C) is unknown color: approx Rose Taupe. HEX triplet: 99, 5C and 5C. RGB value is (153,92,92). Sum of RGB (Red+Green+Blue) = 153+92+92=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #995C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C5C is #66A3A3. Grayscale: #6E6E6E. Windows color (decimal): -6726564 or 6053017. OLE color: 6053017.

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

Color convert

RGB1539292-
CMYK00.400.400.4
HSL24.9%48.04%-
HSV(B)39.87%60%-
XYZ18.915.212.06-
YUV110.24117.71158.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=45.40%
G=27.30%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153929200.400.400.4024.948.04
Hex995C5C028282801930
Octal231134134050505003160
Binary10011001101110010111000101000101000101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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