Html Css Color HEX #855C6C Mauve Taupe

📋 copy color: '#855C6C'

red 133 ◦ green 92 ◦ blue 108

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

Shades of Mauve Taupe #855C6C

Tints of Mauve Taupe #855C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 39.94%
G = 27.63%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#855C6C (or 0x855C6C) is known color: Mauve Taupe. HEX triplet: 85, 5C and 6C. RGB value is (133,92,108). Sum of RGB (Red+Green+Blue) = 133+92+108=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C6C is #7AA393. Grayscale: #6A6A6A. Windows color (decimal): -8037268 or 7101573. OLE color: 7101573.

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

Color convert

RGB 133 92 108 -
CMYK 0 0.31 0.19 0.48
HSL 336.59º 0.18% 0.44% -
HSV(B) 336.59º 0.31% 0.52% -
XYZ 16.21 13.72 15.98 -
YUV 106.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 133 92 108 0 0.31 0.19 0.48 336.59 0.18 0.44
Hex 85 5C 6C 0 1F 13 30 151 12 2C
Octal 205 134 154 0 37 23 60 521 22 54
Binary 10000101 1011100 1101100 0 11111 10011 110000 101010001 10010 101100

Color Harmonies of #855C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C6C

Black with #855C6C

Text Example


Text Example

White with #855C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,92,108); }

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

background-color css

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

 a { background-color: rgb(133,92,108); }

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

border-color css

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

 span { border-color: rgb(133,92,108); }

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