#95605A

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

Shades of Rose Taupe #95605A

Tints of Rose Taupe #95605A

Color information

#95605A (or 0x95605A) is unknown color: approx Rose Taupe. HEX triplet: 95, 60 and 5A. RGB value is (149,96,90). Sum of RGB (Red+Green+Blue) = 149+96+90=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #95605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95605A is #6A9FA5. Grayscale: #6F6F6F. Windows color (decimal): -6987686 or 5922965. OLE color: 5922965.

HSL color Cylindrical-coordinate representation of color #95605A: hue angle of 6.1º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95605A is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1499690-
CMYK00.360.400.42
HSL6.1º24.69%46.86%-
HSV(B)6.1º39.6%58.43%-
XYZ18.4215.4911.69-
YUV111.16116.06154.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=44.48%
G=28.66%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149969000.360.400.426.124.6946.86
Hex95605A024282A6192f
Octal225140132044505263157
Binary1001010111000001011010010010010100010101011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95605A; }

 p { color: rgb(149,96,90); }

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

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

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

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

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

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

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