Html Css Color HEX #836268 Mauve Taupe

📋 copy color: '#836268'

red 131 ◦ green 98 ◦ blue 104

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

Shades of Mauve Taupe #836268

Tints of Mauve Taupe #836268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 39.34%
G = 29.43%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#836268 (or 0x836268) is known color: Mauve Taupe. HEX triplet: 83, 62 and 68. RGB value is (131,98,104). Sum of RGB (Red+Green+Blue) = 131+98+104=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #836268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836268 is #7C9D97. Grayscale: #6C6C6C. Windows color (decimal): -8166808 or 6840963. OLE color: 6840963.

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

Color convert

RGB 131 98 104 -
CMYK 0 0.25 0.21 0.49
HSL 349.09º 0.14% 0.45% -
HSV(B) 349.09º 0.25% 0.51% -
XYZ 16.23 14.56 15.05 -
YUV 108.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 131 98 104 0 0.25 0.21 0.49 349.09 0.14 0.45
Hex 83 62 68 0 19 15 31 15D E 2D
Octal 203 142 150 0 31 25 61 535 16 55
Binary 10000011 1100010 1101000 0 11001 10101 110001 101011101 1110 101101

Color Harmonies of #836268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836268

Black with #836268

Text Example


Text Example

White with #836268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836268; }

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

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

background-color css

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

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

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

border-color css

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

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

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