Html Css Color HEX #83606A Mauve Taupe

📋 copy color: '#83606A'

red 131 ◦ green 96 ◦ blue 106

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

Shades of Mauve Taupe #83606A

Tints of Mauve Taupe #83606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 39.34%
G = 28.83%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83606A (or 0x83606A) is known color: Mauve Taupe. HEX triplet: 83, 60 and 6A. RGB value is (131,96,106). Sum of RGB (Red+Green+Blue) = 131+96+106=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #83606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83606A is #7C9F95. Grayscale: #6B6B6B. Windows color (decimal): -8167318 or 6971523. OLE color: 6971523.

HSL color Cylindrical-coordinate representation of color #83606A: hue angle of 342.86º 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 #83606A is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 106 -
CMYK 0 0.27 0.19 0.49
HSL 342.86º 0.15% 0.45% -
HSV(B) 342.86º 0.27% 0.51% -
XYZ 16.14 14.23 15.53 -
YUV 107.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 131 96 106 0 0.27 0.19 0.49 342.86 0.15 0.45
Hex 83 60 6A 0 1B 13 31 157 F 2D
Octal 203 140 152 0 33 23 61 527 17 55
Binary 10000011 1100000 1101010 0 11011 10011 110001 101010111 1111 101101

Color Harmonies of #83606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83606A

Black with #83606A

Text Example


Text Example

White with #83606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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