Html Css Color HEX #825C67 Mauve Taupe

📋 copy color: '#825C67'

red 130 ◦ green 92 ◦ blue 103

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

Shades of Mauve Taupe #825C67

Tints of Mauve Taupe #825C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 40%
G = 28.31%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#825C67 (or 0x825C67) is known color: Mauve Taupe. HEX triplet: 82, 5C and 67. RGB value is (130,92,103). Sum of RGB (Red+Green+Blue) = 130+92+103=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #825C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C67 is #7DA398. Grayscale: #686868. Windows color (decimal): -8233881 or 6773890. OLE color: 6773890.

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

Color convert

RGB 130 92 103 -
CMYK 0 0.29 0.21 0.49
HSL 342.63º 0.17% 0.44% -
HSV(B) 342.63º 0.29% 0.51% -
XYZ 15.48 13.38 14.6 -
YUV 104.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 130 92 103 0 0.29 0.21 0.49 342.63 0.17 0.44
Hex 82 5C 67 0 1D 15 31 157 11 2C
Octal 202 134 147 0 35 25 61 527 21 54
Binary 10000010 1011100 1100111 0 11101 10101 110001 101010111 10001 101100

Color Harmonies of #825C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C67

Black with #825C67

Text Example


Text Example

White with #825C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,103); }

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

background-color css

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

 a { background-color: rgb(130,92,103); }

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

border-color css

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

 span { border-color: rgb(130,92,103); }

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