#836266

Color #836266 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #836266

Tints of Mauve Taupe #836266

Color information

#836266 (or 0x836266) is unknown color: approx Mauve Taupe. HEX triplet: 83, 62 and 66. RGB value is (131,98,102). Sum of RGB (Red+Green+Blue) = 131+98+102=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #836266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836266 is #7C9D99. Grayscale: #6C6C6C. Windows color (decimal): -8166810 or 6709891. OLE color: 6709891.

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

Color convert

RGB13198102-
CMYK00.250.220.49
HSL352.73º14.41%44.9%-
HSV(B)352.73º25.19%51.37%-
XYZ16.1314.5214.52-
YUV108.32124.43144.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=39.58%
G=29.61%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319810200.250.220.49352.7314.4144.9
Hex8362660191631161e2d
Octal20314214603126615411655
Binary1000001111000101100110011001101101100011011000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836266; }

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

 H1.HeaderClassName
 {
   color: #836266;
 }
 .AnyTagClassName
 {
   color: #836266;
 }
</style>
background-color css

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

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

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

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

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

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