Html Css Color HEX #825F66 Mauve Taupe

📋 copy color: '#825F66'

red 130 ◦ green 95 ◦ blue 102

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

Shades of Mauve Taupe #825F66

Tints of Mauve Taupe #825F66

RGB

 RED value IS 130 (51.17% from 255) = 39.76%

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

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 39.76%
G = 29.05%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#825F66 (or 0x825F66) is known color: Mauve Taupe. HEX triplet: 82, 5F and 66. RGB value is (130,95,102). Sum of RGB (Red+Green+Blue) = 130+95+102=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F66 is #7DA099. Grayscale: #6A6A6A. Windows color (decimal): -8233114 or 6709122. OLE color: 6709122.

HSL color Cylindrical-coordinate representation of color #825F66: hue angle of 348º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F66 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 102 -
CMYK 0 0.27 0.22 0.49
HSL 348º 0.16% 0.44% -
HSV(B) 348º 0.27% 0.51% -
XYZ 15.7 13.89 14.42 -
YUV 106.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 130 95 102 0 0.27 0.22 0.49 348 0.16 0.44
Hex 82 5F 66 0 1B 16 31 15C 10 2C
Octal 202 137 146 0 33 26 61 534 20 54
Binary 10000010 1011111 1100110 0 11011 10110 110001 101011100 10000 101100

Color Harmonies of #825F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F66

Black with #825F66

Text Example


Text Example

White with #825F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825F66; }

 p { color: rgb(130,95,102); }

 H1.HeaderClassName
 {
   color: #825F66;
 }
 .AnyTagClassName
 {
   color: #825F66;
 }
</style>

background-color css

<style>
 a { background-color: #825F66; }

 a { background-color: rgb(130,95,102); }

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

border-color css

<style>
 span { border-color: #825F66; }

 span { border-color: rgb(130,95,102); }

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