#955656

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

Shades of Rose Taupe #955656

Tints of Rose Taupe #955656

Color information

#955656 (or 0x955656) is unknown color: approx Rose Taupe. HEX triplet: 95, 56 and 56. RGB value is (149,86,86). Sum of RGB (Red+Green+Blue) = 149+86+86=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955656 is #6AA9A9. Grayscale: #686868. Windows color (decimal): -6990250 or 5658261. OLE color: 5658261.

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

Color convert

RGB1498686-
CMYK00.420.420.42
HSL26.81%46.08%-
HSV(B)42.28%58.43%-
XYZ17.413.7210.53-
YUV104.84117.37159.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=46.42%
G=26.79%
B=26.79%

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
Decimal149868600.420.420.42026.8146.08
Hex95565602A2A2A01b2e
Octal225126126052525203356
Binary10010101101011010101100101010101010101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955656; }

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

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

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

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

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

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

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

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