#955C5C

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

Shades of Rose Taupe #955C5C

Tints of Rose Taupe #955C5C

Color information

#955C5C (or 0x955C5C) is unknown color: approx Rose Taupe. HEX triplet: 95, 5C and 5C. RGB value is (149,92,92). Sum of RGB (Red+Green+Blue) = 149+92+92=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C5C is #6AA3A3. Grayscale: #6D6D6D. Windows color (decimal): -6988708 or 6053013. OLE color: 6053013.

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

Color convert

RGB1499292-
CMYK00.380.380.42
HSL23.65%47.25%-
HSV(B)38.26%58.43%-
XYZ18.1514.8212.03-
YUV109.04118.38156.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=44.74%
G=27.63%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149929200.380.380.42023.6547.25
Hex955C5C026262A0182f
Octal225134134046465203057
Binary10010101101110010111000100110100110101010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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