#915E5A

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

Shades of Rose Taupe #915E5A

Tints of Rose Taupe #915E5A

Color information

#915E5A (or 0x915E5A) is unknown color: approx Rose Taupe. HEX triplet: 91, 5E and 5A. RGB value is (145,94,90). Sum of RGB (Red+Green+Blue) = 145+94+90=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #915E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E5A is #6EA1A5. Grayscale: #6C6C6C. Windows color (decimal): -7250342 or 5922449. OLE color: 5922449.

HSL color Cylindrical-coordinate representation of color #915E5A: hue angle of 4.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915E5A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1459490-
CMYK00.350.380.43
HSL4.36º23.4%46.08%-
HSV(B)4.36º37.93%56.86%-
XYZ17.5314.7611.6-
YUV108.79117.4153.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=44.07%
G=28.57%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145949000.350.380.434.3623.446.08
Hex915E5A023262B4172e
Octal221136132043465342756
Binary1001000110111101011010010001110011010101110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915E5A; }

 p { color: rgb(145,94,90); }

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

<style>
 a { background-color: #915E5A; }

 a { background-color: rgb(145,94,90); }

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

<style>
 span { border-color: #915E5A; }

 span { border-color: rgb(145,94,90); }

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