Html Css Color HEX #906265 Mauve Taupe

📋 copy color: '#906265'

red 144 ◦ green 98 ◦ blue 101

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

Shades of Mauve Taupe #906265

Tints of Mauve Taupe #906265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 41.98%
G = 28.57%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#906265 (or 0x906265) is known color: Mauve Taupe. HEX triplet: 90, 62 and 65. RGB value is (144,98,101). Sum of RGB (Red+Green+Blue) = 144+98+101=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #906265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906265 is #6F9D9A. Grayscale: #707070. Windows color (decimal): -7314843 or 6644368. OLE color: 6644368.

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

Color convert

RGB 144 98 101 -
CMYK 0 0.32 0.30 0.44
HSL 356.09º 0.19% 0.47% -
HSV(B) 356.09º 0.32% 0.56% -
XYZ 18.22 15.6 14.36 -
YUV 112.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 144 98 101 0 0.32 0.30 0.44 356.09 0.19 0.47
Hex 90 62 65 0 20 1E 2C 164 13 2F
Octal 220 142 145 0 40 36 54 544 23 57
Binary 10010000 1100010 1100101 0 100000 11110 101100 101100100 10011 101111

Color Harmonies of #906265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906265

Black with #906265

Text Example


Text Example

White with #906265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906265; }

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

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

background-color css

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

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

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

border-color css

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

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

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