#906562

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

Shades of Rose Taupe #906562

Tints of Rose Taupe #906562

Color information

#906562 (or 0x906562) is unknown color: approx Rose Taupe. HEX triplet: 90, 65 and 62. RGB value is (144,101,98). Sum of RGB (Red+Green+Blue) = 144+101+98=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #906562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906562 is #6F9A9D. Grayscale: #717171. Windows color (decimal): -7314078 or 6448528. OLE color: 6448528.

HSL color Cylindrical-coordinate representation of color #906562: hue angle of 3.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906562 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14410198-
CMYK00.300.320.44
HSL3.91º19.01%47.45%-
HSV(B)3.91º31.94%56.47%-
XYZ18.3616.1213.7-
YUV113.51119.25149.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=41.98%
G=29.45%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441019800.300.320.443.9119.0147.45
Hex90656201E202C4132f
Octal220145142036405442357
Binary100100001100101110001001111010000010110010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906562; }

 p { color: rgb(144,101,98); }

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

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

 a { background-color: rgb(144,101,98); }

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

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

 span { border-color: rgb(144,101,98); }

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