Html Css Color HEX #855E6E Mauve Taupe

📋 copy color: '#855E6E'

red 133 ◦ green 94 ◦ blue 110

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

Shades of Mauve Taupe #855E6E

Tints of Mauve Taupe #855E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 39.47%
G = 27.89%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#855E6E (or 0x855E6E) is known color: Mauve Taupe. HEX triplet: 85, 5E and 6E. RGB value is (133,94,110). Sum of RGB (Red+Green+Blue) = 133+94+110=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E6E is #7AA191. Grayscale: #6B6B6B. Windows color (decimal): -8036754 or 7233157. OLE color: 7233157.

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

Color convert

RGB 133 94 110 -
CMYK 0 0.29 0.17 0.48
HSL 335.38º 0.17% 0.45% -
HSV(B) 335.38º 0.29% 0.52% -
XYZ 16.49 14.12 16.61 -
YUV 107.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 133 94 110 0 0.29 0.17 0.48 335.38 0.17 0.45
Hex 85 5E 6E 0 1D 11 30 14F 11 2D
Octal 205 136 156 0 35 21 60 517 21 55
Binary 10000101 1011110 1101110 0 11101 10001 110000 101001111 10001 101101

Color Harmonies of #855E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E6E

Black with #855E6E

Text Example


Text Example

White with #855E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,110); }

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

background-color css

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

 a { background-color: rgb(133,94,110); }

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

border-color css

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

 span { border-color: rgb(133,94,110); }

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