Html Css Color HEX #855D68 Mauve Taupe

📋 copy color: '#855D68'

red 133 ◦ green 93 ◦ blue 104

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

Shades of Mauve Taupe #855D68

Tints of Mauve Taupe #855D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 40.3%
G = 28.18%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855D68 (or 0x855D68) is known color: Mauve Taupe. HEX triplet: 85, 5D and 68. RGB value is (133,93,104). Sum of RGB (Red+Green+Blue) = 133+93+104=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #855D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D68 is #7AA297. Grayscale: #6A6A6A. Windows color (decimal): -8037016 or 6839685. OLE color: 6839685.

HSL color Cylindrical-coordinate representation of color #855D68: hue angle of 343.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D68 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 104 -
CMYK 0 0.30 0.22 0.48
HSL 343.5º 0.18% 0.44% -
HSV(B) 343.5º 0.3% 0.52% -
XYZ 16.09 13.81 14.92 -
YUV 106.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 133 93 104 0 0.30 0.22 0.48 343.5 0.18 0.44
Hex 85 5D 68 0 1E 16 30 158 12 2C
Octal 205 135 150 0 36 26 60 530 22 54
Binary 10000101 1011101 1101000 0 11110 10110 110000 101011000 10010 101100

Color Harmonies of #855D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D68

Black with #855D68

Text Example


Text Example

White with #855D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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