#955E5D

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

Shades of Rose Taupe #955E5D

Tints of Rose Taupe #955E5D

Color information

#955E5D (or 0x955E5D) is unknown color: approx Rose Taupe. HEX triplet: 95, 5E and 5D. RGB value is (149,94,93). Sum of RGB (Red+Green+Blue) = 149+94+93=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E5D is #6AA1A2. Grayscale: #6E6E6E. Windows color (decimal): -6988195 or 6119061. OLE color: 6119061.

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

Color convert

RGB1499493-
CMYK00.370.380.42
HSL1.07º23.14%47.45%-
HSV(B)1.07º37.58%58.43%-
XYZ18.3715.1912.32-
YUV110.33118.22155.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=44.35%
G=27.98%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149949300.370.380.421.0723.1447.45
Hex955E5D025262A1172f
Octal225136135045465212757
Binary10010101101111010111010100101100110101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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