Html Css Color HEX #836165 Mauve Taupe

📋 copy color: '#836165'

red 131 ◦ green 97 ◦ blue 101

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

Shades of Mauve Taupe #836165

Tints of Mauve Taupe #836165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 39.82%
G = 29.48%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#836165 (or 0x836165) is known color: Mauve Taupe. HEX triplet: 83, 61 and 65. RGB value is (131,97,101). Sum of RGB (Red+Green+Blue) = 131+97+101=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #836165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836165 is #7C9E9A. Grayscale: #6B6B6B. Windows color (decimal): -8167067 or 6644099. OLE color: 6644099.

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

Color convert

RGB 131 97 101 -
CMYK 0 0.26 0.23 0.49
HSL 352.94º 0.15% 0.45% -
HSV(B) 352.94º 0.26% 0.51% -
XYZ 15.98 14.31 14.23 -
YUV 107.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 131 97 101 0 0.26 0.23 0.49 352.94 0.15 0.45
Hex 83 61 65 0 1A 17 31 161 F 2D
Octal 203 141 145 0 32 27 61 541 17 55
Binary 10000011 1100001 1100101 0 11010 10111 110001 101100001 1111 101101

Color Harmonies of #836165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836165

Black with #836165

Text Example


Text Example

White with #836165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836165; }

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

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

background-color css

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

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

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

border-color css

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

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

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