#955F5F

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

Shades of Rose Taupe #955F5F

Tints of Rose Taupe #955F5F

Color information

#955F5F (or 0x955F5F) is unknown color: approx Rose Taupe. HEX triplet: 95, 5F and 5F. RGB value is (149,95,95). Sum of RGB (Red+Green+Blue) = 149+95+95=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F5F is #6AA0A0. Grayscale: #6F6F6F. Windows color (decimal): -6987937 or 6250389. OLE color: 6250389.

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

Color convert

RGB1499595-
CMYK00.360.360.42
HSL22.13%47.84%-
HSV(B)36.24%58.43%-
XYZ18.5515.412.82-
YUV111.15118.89155-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=43.95%
G=28.02%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149959500.360.360.42022.1347.84
Hex955F5F024242A01630
Octal225137137044445202660
Binary10010101101111110111110100100100100101010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955F5F; }

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

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

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

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

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

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

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

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