Html Css Color HEX #906562 Rose Taupe

📋 copy color: '#906562'

red 144 ◦ green 101 ◦ blue 98

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

Shades of Rose Taupe #906562

Tints of Rose Taupe #906562

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 value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#906562 (or 0x906562) is known color: 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

RGB 144 101 98 -
CMYK 0 0.30 0.32 0.44
HSL 3.91º 0.19% 0.47% -
HSV(B) 3.91º 0.32% 0.56% -
XYZ 18.36 16.12 13.7 -
YUV 113.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 144 101 98 0 0.30 0.32 0.44 3.91 0.19 0.47
Hex 90 65 62 0 1E 20 2C 4 13 2F
Octal 220 145 142 0 36 40 54 4 23 57
Binary 10010000 1100101 1100010 0 11110 100000 101100 100 10011 101111

Color Harmonies of #906562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906562

Black with #906562

Text Example


Text Example

White with #906562

Text Example


Text Example

HTML Codes & Css Web 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>