#995656

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

Shades of Rose Taupe #995656

Tints of Rose Taupe #995656

Color information

#995656 (or 0x995656) is unknown color: approx Rose Taupe. HEX triplet: 99, 56 and 56. RGB value is (153,86,86). Sum of RGB (Red+Green+Blue) = 153+86+86=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #995656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995656 is #66A9A9. Grayscale: #6A6A6A. Windows color (decimal): -6728106 or 5658265. OLE color: 5658265.

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

Color convert

RGB1538686-
CMYK00.440.440.4
HSL28.03%46.86%-
HSV(B)43.79%60%-
XYZ18.1414.110.57-
YUV106.03116.7161.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=47.08%
G=26.46%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153868600.440.440.4028.0346.86
Hex99565602C2C2801c2f
Octal231126126054545003457
Binary10011001101011010101100101100101100101000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995656; }

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

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

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

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

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

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

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

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