Html Css Color HEX #845F63 Mauve Taupe

📋 copy color: '#845F63'

red 132 ◦ green 95 ◦ blue 99

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

Shades of Mauve Taupe #845F63

Tints of Mauve Taupe #845F63

RGB

 RED value IS 132 (51.95% from 255) = 40.49%

 GREEN value IS 95 (37.5% from 255) = 29.14%

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 40.49%
G = 29.14%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#845F63 (or 0x845F63) is known color: Mauve Taupe. HEX triplet: 84, 5F and 63. RGB value is (132,95,99). Sum of RGB (Red+Green+Blue) = 132+95+99=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #845F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F63 is #7BA09C. Grayscale: #6A6A6A. Windows color (decimal): -8102045 or 6512516. OLE color: 6512516.

HSL color Cylindrical-coordinate representation of color #845F63: hue angle of 353.51º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #845F63 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 95 99 -
CMYK 0 0.28 0.25 0.48
HSL 353.51º 0.16% 0.45% -
HSV(B) 353.51º 0.28% 0.52% -
XYZ 15.86 13.99 13.67 -
YUV 106.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 132 95 99 0 0.28 0.25 0.48 353.51 0.16 0.45
Hex 84 5F 63 0 1C 19 30 162 10 2D
Octal 204 137 143 0 34 31 60 542 20 55
Binary 10000100 1011111 1100011 0 11100 11001 110000 101100010 10000 101101

Color Harmonies of #845F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F63

Black with #845F63

Text Example


Text Example

White with #845F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845F63; }

 p { color: rgb(132,95,99); }

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

background-color css

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

 a { background-color: rgb(132,95,99); }

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

border-color css

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

 span { border-color: rgb(132,95,99); }

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