#90615B

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

Shades of Rose Taupe #90615B

Tints of Rose Taupe #90615B

Color information

#90615B (or 0x90615B) is unknown color: approx Rose Taupe. HEX triplet: 90, 61 and 5B. RGB value is (144,97,91). Sum of RGB (Red+Green+Blue) = 144+97+91=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #90615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90615B is #6F9EA4. Grayscale: #6E6E6E. Windows color (decimal): -7315109 or 5988752. OLE color: 5988752.

HSL color Cylindrical-coordinate representation of color #90615B: hue angle of 6.79º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90615B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1449791-
CMYK00.330.370.44
HSL6.79º22.55%46.08%-
HSV(B)6.79º36.81%56.47%-
XYZ17.6615.2311.91-
YUV110.37117.07151.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=43.37%
G=29.22%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144979100.330.370.446.7922.5546.08
Hex90615B021252C7172e
Octal220141133041455472756
Binary1001000011000011011011010000110010110110011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90615B; }

 p { color: rgb(144,97,91); }

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

<style>
 a { background-color: #90615B; }

 a { background-color: rgb(144,97,91); }

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

<style>
 span { border-color: #90615B; }

 span { border-color: rgb(144,97,91); }

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