#995E5C

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

Shades of Rose Taupe #995E5C

Tints of Rose Taupe #995E5C

Color information

#995E5C (or 0x995E5C) is unknown color: approx Rose Taupe. HEX triplet: 99, 5E and 5C. RGB value is (153,94,92). Sum of RGB (Red+Green+Blue) = 153+94+92=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995E5C is #66A1A3. Grayscale: #6F6F6F. Windows color (decimal): -6726052 or 6053529. OLE color: 6053529.

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

Color convert

RGB1539492-
CMYK00.390.400.4
HSL1.97º24.9%48.04%-
HSV(B)1.97º39.87%60%-
XYZ19.0715.5512.12-
YUV111.41117.05157.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=45.13%
G=27.73%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153949200.390.400.41.9724.948.04
Hex995E5C027282821930
Octal231136134047505023160
Binary100110011011110101110001001111010001010001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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