Html Css Color HEX #836067 Mauve Taupe

📋 copy color: '#836067'

red 131 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #836067

Tints of Mauve Taupe #836067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 39.7%
G = 29.09%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#836067 (or 0x836067) is known color: Mauve Taupe. HEX triplet: 83, 60 and 67. RGB value is (131,96,103). Sum of RGB (Red+Green+Blue) = 131+96+103=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #836067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836067 is #7C9F98. Grayscale: #6B6B6B. Windows color (decimal): -8167321 or 6774915. OLE color: 6774915.

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

Color convert

RGB 131 96 103 -
CMYK 0 0.27 0.21 0.49
HSL 348º 0.15% 0.45% -
HSV(B) 348º 0.27% 0.51% -
XYZ 15.99 14.17 14.72 -
YUV 107.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 131 96 103 0 0.27 0.21 0.49 348 0.15 0.45
Hex 83 60 67 0 1B 15 31 15C F 2D
Octal 203 140 147 0 33 25 61 534 17 55
Binary 10000011 1100000 1100111 0 11011 10101 110001 101011100 1111 101101

Color Harmonies of #836067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836067

Black with #836067

Text Example


Text Example

White with #836067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836067; }

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

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

background-color css

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

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

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

border-color css

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

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

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