#955756

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

Shades of Rose Taupe #955756

Tints of Rose Taupe #955756

Color information

#955756 (or 0x955756) is unknown color: approx Rose Taupe. HEX triplet: 95, 57 and 56. RGB value is (149,87,86). Sum of RGB (Red+Green+Blue) = 149+87+86=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #955756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955756 is #6AA8A9. Grayscale: #696969. Windows color (decimal): -6989994 or 5658517. OLE color: 5658517.

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

Color convert

RGB1498786-
CMYK00.420.420.42
HSL0.95º26.81%46.08%-
HSV(B)0.95º42.28%58.43%-
XYZ17.4813.8810.56-
YUV105.42117.04159.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=46.27%
G=27.02%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149878600.420.420.420.9526.8146.08
Hex95575602A2A2A11b2e
Octal225127126052525213356
Binary10010101101011110101100101010101010101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955756; }

 p { color: rgb(149,87,86); }

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

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

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

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

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

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

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