Html Css Color HEX #906260 Rose Taupe

📋 copy color: '#906260'

red 144 ◦ green 98 ◦ blue 96

#906260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Taupe #906260

Tints of Rose Taupe #906260

RGB

 RED value IS 144 (56.64% from 255) = 42.6%

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 42.6%
G = 28.99%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#906260 (or 0x906260) is known color: Rose Taupe. HEX triplet: 90, 62 and 60. RGB value is (144,98,96). Sum of RGB (Red+Green+Blue) = 144+98+96=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #906260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906260 is #6F9D9F. Grayscale: #6F6F6F. Windows color (decimal): -7314848 or 6316688. OLE color: 6316688.

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

Color convert

RGB 144 98 96 -
CMYK 0 0.32 0.33 0.44
HSL 2.5º 0.2% 0.47% -
HSV(B) 2.5º 0.33% 0.56% -
XYZ 17.98 15.51 13.11 -
YUV 111.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 144 98 96 0 0.32 0.33 0.44 2.5 0.2 0.47
Hex 90 62 60 0 20 21 2C 2 14 2F
Octal 220 142 140 0 40 41 54 2 24 57
Binary 10010000 1100010 1100000 0 100000 100001 101100 10 10100 101111

Color Harmonies of #906260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906260

Black with #906260

Text Example


Text Example

White with #906260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906260; }

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

 H1.HeaderClassName
 {
   color: #906260;
 }
 .AnyTagClassName
 {
   color: #906260;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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