Html Css Color HEX #855C6B Mauve Taupe

📋 copy color: '#855C6B'

red 133 ◦ green 92 ◦ blue 107

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

Shades of Mauve Taupe #855C6B

Tints of Mauve Taupe #855C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 40.06%
G = 27.71%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#855C6B (or 0x855C6B) is known color: Mauve Taupe. HEX triplet: 85, 5C and 6B. RGB value is (133,92,107). Sum of RGB (Red+Green+Blue) = 133+92+107=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C6B is #7AA394. Grayscale: #696969. Windows color (decimal): -8037269 or 7036037. OLE color: 7036037.

HSL color Cylindrical-coordinate representation of color #855C6B: hue angle of 338.05º 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 #855C6B is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 107 -
CMYK 0 0.31 0.20 0.48
HSL 338.05º 0.18% 0.44% -
HSV(B) 338.05º 0.31% 0.52% -
XYZ 16.15 13.7 15.7 -
YUV 105.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 133 92 107 0 0.31 0.20 0.48 338.05 0.18 0.44
Hex 85 5C 6B 0 1F 14 30 152 12 2C
Octal 205 134 153 0 37 24 60 522 22 54
Binary 10000101 1011100 1101011 0 11111 10100 110000 101010010 10010 101100

Color Harmonies of #855C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C6B

Black with #855C6B

Text Example


Text Example

White with #855C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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