Html Css Color HEX #906367 Mauve Taupe

📋 copy color: '#906367'

red 144 ◦ green 99 ◦ blue 103

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

Shades of Mauve Taupe #906367

Tints of Mauve Taupe #906367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

 BLUE value IS 103 (40.63% from 255) = 29.77%

R = 41.62%
G = 28.61%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#906367 (or 0x906367) is known color: Mauve Taupe. HEX triplet: 90, 63 and 67. RGB value is (144,99,103). Sum of RGB (Red+Green+Blue) = 144+99+103=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #906367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906367 is #6F9C98. Grayscale: #707070. Windows color (decimal): -7314585 or 6775696. OLE color: 6775696.

HSL color Cylindrical-coordinate representation of color #906367: hue angle of 354.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906367 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 99 103 -
CMYK 0 0.31 0.28 0.44
HSL 354.67º 0.19% 0.48% -
HSV(B) 354.67º 0.31% 0.56% -
XYZ 18.41 15.83 14.92 -
YUV 112.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 144 99 103 0 0.31 0.28 0.44 354.67 0.19 0.48
Hex 90 63 67 0 1F 1C 2C 163 13 30
Octal 220 143 147 0 37 34 54 543 23 60
Binary 10010000 1100011 1100111 0 11111 11100 101100 101100011 10011 110000

Color Harmonies of #906367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906367

Black with #906367

Text Example


Text Example

White with #906367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906367; }

 p { color: rgb(144,99,103); }

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

background-color css

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

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

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

border-color css

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

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

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