Html Css Color HEX #836065 Mauve Taupe

📋 copy color: '#836065'

red 131 ◦ green 96 ◦ blue 101

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

Shades of Mauve Taupe #836065

Tints of Mauve Taupe #836065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 39.94%
G = 29.27%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#836065 (or 0x836065) is known color: Mauve Taupe. HEX triplet: 83, 60 and 65. RGB value is (131,96,101). Sum of RGB (Red+Green+Blue) = 131+96+101=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #836065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836065 is #7C9F9A. Grayscale: #6B6B6B. Windows color (decimal): -8167323 or 6643843. OLE color: 6643843.

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

Color convert

RGB 131 96 101 -
CMYK 0 0.27 0.23 0.49
HSL 351.43º 0.15% 0.45% -
HSV(B) 351.43º 0.27% 0.51% -
XYZ 15.89 14.13 14.2 -
YUV 107.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 131 96 101 0 0.27 0.23 0.49 351.43 0.15 0.45
Hex 83 60 65 0 1B 17 31 15F F 2D
Octal 203 140 145 0 33 27 61 537 17 55
Binary 10000011 1100000 1100101 0 11011 10111 110001 101011111 1111 101101

Color Harmonies of #836065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836065

Black with #836065

Text Example


Text Example

White with #836065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836065; }

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

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

background-color css

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

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

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

border-color css

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

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

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