#955F5E

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

Shades of Rose Taupe #955F5E

Tints of Rose Taupe #955F5E

Color information

#955F5E (or 0x955F5E) is unknown color: approx Rose Taupe. HEX triplet: 95, 5F and 5E. RGB value is (149,95,94). Sum of RGB (Red+Green+Blue) = 149+95+94=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #955F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F5E is #6AA0A1. Grayscale: #6F6F6F. Windows color (decimal): -6987938 or 6184853. OLE color: 6184853.

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

Color convert

RGB1499594-
CMYK00.360.370.42
HSL1.09º22.63%47.65%-
HSV(B)1.09º36.91%58.43%-
XYZ18.5115.3812.58-
YUV111.03118.39155.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=44.08%
G=28.11%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149959400.360.370.421.0922.6347.65
Hex955F5E024252A11730
Octal225137136044455212760
Binary10010101101111110111100100100100101101010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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