#906262

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

Shades of Rose Taupe #906262

Tints of Rose Taupe #906262

Color information

#906262 (or 0x906262) is unknown color: approx Rose Taupe. HEX triplet: 90, 62 and 62. RGB value is (144,98,98). Sum of RGB (Red+Green+Blue) = 144+98+98=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #906262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906262 is #6F9D9D. Grayscale: #6F6F6F. Windows color (decimal): -7314846 or 6447760. OLE color: 6447760.

HSL color Cylindrical-coordinate representation of color #906262: hue angle of 0º 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 #906262 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1449898-
CMYK00.320.320.44
HSL19.01%47.45%-
HSV(B)31.94%56.47%-
XYZ18.0715.5513.6-
YUV111.75120.24151-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=42.35%
G=28.82%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144989800.320.320.44019.0147.45
Hex906262020202C0132f
Octal220142142040405402357
Binary10010000110001011000100100000100000101100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906262; }

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

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

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

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

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

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

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

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