Html Css Color HEX #836265 Mauve Taupe

📋 copy color: '#836265'

red 131 ◦ green 98 ◦ blue 101

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

Shades of Mauve Taupe #836265

Tints of Mauve Taupe #836265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 39.7%
G = 29.7%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#836265 (or 0x836265) is known color: Mauve Taupe. HEX triplet: 83, 62 and 65. RGB value is (131,98,101). Sum of RGB (Red+Green+Blue) = 131+98+101=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #836265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836265 is #7C9D9A. Grayscale: #6C6C6C. Windows color (decimal): -8166811 or 6644355. OLE color: 6644355.

HSL color Cylindrical-coordinate representation of color #836265: hue angle of 354.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836265 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 101 -
CMYK 0 0.25 0.23 0.49
HSL 354.55º 0.14% 0.45% -
HSV(B) 354.55º 0.25% 0.51% -
XYZ 16.08 14.5 14.26 -
YUV 108.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 131 98 101 0 0.25 0.23 0.49 354.55 0.14 0.45
Hex 83 62 65 0 19 17 31 163 E 2D
Octal 203 142 145 0 31 27 61 543 16 55
Binary 10000011 1100010 1100101 0 11001 10111 110001 101100011 1110 101101

Color Harmonies of #836265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836265

Black with #836265

Text Example


Text Example

White with #836265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836265; }

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

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

background-color css

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

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

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

border-color css

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

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

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