Html Css Color HEX #83606D Mauve Taupe

📋 copy color: '#83606D'

red 131 ◦ green 96 ◦ blue 109

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

Shades of Mauve Taupe #83606D

Tints of Mauve Taupe #83606D

RGB

 RED value IS 131 (51.56% from 255) = 38.99%

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 38.99%
G = 28.57%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83606D (or 0x83606D) is known color: Mauve Taupe. HEX triplet: 83, 60 and 6D. RGB value is (131,96,109). Sum of RGB (Red+Green+Blue) = 131+96+109=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #83606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83606D is #7C9F92. Grayscale: #6B6B6B. Windows color (decimal): -8167315 or 7168131. OLE color: 7168131.

HSL color Cylindrical-coordinate representation of color #83606D: hue angle of 337.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83606D is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 109 -
CMYK 0 0.27 0.17 0.49
HSL 337.71º 0.15% 0.45% -
HSV(B) 337.71º 0.27% 0.51% -
XYZ 16.3 14.3 16.37 -
YUV 107.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 131 96 109 0 0.27 0.17 0.49 337.71 0.15 0.45
Hex 83 60 6D 0 1B 11 31 152 F 2D
Octal 203 140 155 0 33 21 61 522 17 55
Binary 10000011 1100000 1101101 0 11011 10001 110001 101010010 1111 101101

Color Harmonies of #83606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83606D

Black with #83606D

Text Example


Text Example

White with #83606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83606D; }

 p { color: rgb(131,96,109); }

 H1.HeaderClassName
 {
   color: #83606D;
 }
 .AnyTagClassName
 {
   color: #83606D;
 }
</style>

background-color css

<style>
 a { background-color: #83606D; }

 a { background-color: rgb(131,96,109); }

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

border-color css

<style>
 span { border-color: #83606D; }

 span { border-color: rgb(131,96,109); }

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