Html Css Color HEX #856268 Mauve Taupe

📋 copy color: '#856268'

red 133 ◦ green 98 ◦ blue 104

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

Shades of Mauve Taupe #856268

Tints of Mauve Taupe #856268

RGB

 RED value IS 133 (52.34% from 255) = 39.7%

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

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

R = 39.7%
G = 29.25%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#856268 (or 0x856268) is known color: Mauve Taupe. HEX triplet: 85, 62 and 68. RGB value is (133,98,104). Sum of RGB (Red+Green+Blue) = 133+98+104=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856268 is #7A9D97. Grayscale: #6D6D6D. Windows color (decimal): -8035736 or 6840965. OLE color: 6840965.

HSL color Cylindrical-coordinate representation of color #856268: hue angle of 349.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856268 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 104 -
CMYK 0 0.26 0.22 0.48
HSL 349.71º 0.15% 0.45% -
HSV(B) 349.71º 0.26% 0.52% -
XYZ 16.54 14.72 15.07 -
YUV 109.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 133 98 104 0 0.26 0.22 0.48 349.71 0.15 0.45
Hex 85 62 68 0 1A 16 30 15E F 2D
Octal 205 142 150 0 32 26 60 536 17 55
Binary 10000101 1100010 1101000 0 11010 10110 110000 101011110 1111 101101

Color Harmonies of #856268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856268

Black with #856268

Text Example


Text Example

White with #856268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856268; }

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

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

background-color css

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

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

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

border-color css

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

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

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