Html Css Color HEX #906261 Rose Taupe

📋 copy color: '#906261'

red 144 ◦ green 98 ◦ blue 97

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

Shades of Rose Taupe #906261

Tints of Rose Taupe #906261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 42.48%
G = 28.91%
B = 28.61%

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

#906261 (or 0x906261) is known color: Rose Taupe. HEX triplet: 90, 62 and 61. RGB value is (144,98,97). Sum of RGB (Red+Green+Blue) = 144+98+97=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #906261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906261 is #6F9D9E. Grayscale: #6F6F6F. Windows color (decimal): -7314847 or 6382224. OLE color: 6382224.

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

Color convert

RGB 144 98 97 -
CMYK 0 0.32 0.33 0.44
HSL 1.28º 0.2% 0.47% -
HSV(B) 1.28º 0.33% 0.56% -
XYZ 18.03 15.53 13.36 -
YUV 111.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 144 98 97 0 0.32 0.33 0.44 1.28 0.2 0.47
Hex 90 62 61 0 20 21 2C 1 14 2F
Octal 220 142 141 0 40 41 54 1 24 57
Binary 10010000 1100010 1100001 0 100000 100001 101100 1 10100 101111

Color Harmonies of #906261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906261

Black with #906261

Text Example


Text Example

White with #906261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906261; }

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

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

background-color css

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

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

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

border-color css

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

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

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