Html Css Color HEX #806270 Mauve Taupe

📋 copy color: '#806270'

red 128 ◦ green 98 ◦ blue 112

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

Shades of Mauve Taupe #806270

Tints of Mauve Taupe #806270

RGB

 RED value IS 128 (50.39% from 255) = 37.87%

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 37.87%
G = 28.99%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#806270 (or 0x806270) is known color: Mauve Taupe. HEX triplet: 80, 62 and 70. RGB value is (128,98,112). Sum of RGB (Red+Green+Blue) = 128+98+112=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #806270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806270 is #7F9D8F. Grayscale: #6C6C6C. Windows color (decimal): -8363408 or 7365248. OLE color: 7365248.

HSL color Cylindrical-coordinate representation of color #806270: hue angle of 332º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806270 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 98 112 -
CMYK 0 0.23 0.12 0.50
HSL 332º 0.13% 0.44% -
HSV(B) 332º 0.23% 0.5% -
XYZ 16.19 14.49 17.27 -
YUV 108.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 128 98 112 0 0.23 0.12 0.50 332 0.13 0.44
Hex 80 62 70 0 17 C 32 14C D 2C
Octal 200 142 160 0 27 14 62 514 15 54
Binary 10000000 1100010 1110000 0 10111 1100 110010 101001100 1101 101100

Color Harmonies of #806270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806270

Black with #806270

Text Example


Text Example

White with #806270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806270; }

 p { color: rgb(128,98,112); }

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

background-color css

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

 a { background-color: rgb(128,98,112); }

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

border-color css

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

 span { border-color: rgb(128,98,112); }

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