Html Css Color HEX #866268 Mauve Taupe

📋 copy color: '#866268'

red 134 ◦ green 98 ◦ blue 104

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

Shades of Mauve Taupe #866268

Tints of Mauve Taupe #866268

RGB

 RED value IS 134 (52.73% from 255) = 39.88%

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 39.88%
G = 29.17%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#866268 (or 0x866268) is known color: Mauve Taupe. HEX triplet: 86, 62 and 68. RGB value is (134,98,104). Sum of RGB (Red+Green+Blue) = 134+98+104=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #866268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866268 is #799D97. Grayscale: #6D6D6D. Windows color (decimal): -7970200 or 6840966. OLE color: 6840966.

HSL color Cylindrical-coordinate representation of color #866268: hue angle of 350º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866268 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 98 104 -
CMYK 0 0.27 0.22 0.47
HSL 350º 0.16% 0.45% -
HSV(B) 350º 0.27% 0.53% -
XYZ 16.7 14.8 15.07 -
YUV 109.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 134 98 104 0 0.27 0.22 0.47 350 0.16 0.45
Hex 86 62 68 0 1B 16 2F 15E 10 2D
Octal 206 142 150 0 33 26 57 536 20 55
Binary 10000110 1100010 1101000 0 11011 10110 101111 101011110 10000 101101

Color Harmonies of #866268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866268

Black with #866268

Text Example


Text Example

White with #866268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866268; }

 p { color: rgb(134,98,104); }

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

background-color css

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

 a { background-color: rgb(134,98,104); }

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

border-color css

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

 span { border-color: rgb(134,98,104); }

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