Html Css Color HEX #836069 Mauve Taupe

📋 copy color: '#836069'

red 131 ◦ green 96 ◦ blue 105

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

Shades of Mauve Taupe #836069

Tints of Mauve Taupe #836069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 39.46%
G = 28.92%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#836069 (or 0x836069) is known color: Mauve Taupe. HEX triplet: 83, 60 and 69. RGB value is (131,96,105). Sum of RGB (Red+Green+Blue) = 131+96+105=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #836069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836069 is #7C9F96. Grayscale: #6B6B6B. Windows color (decimal): -8167319 or 6905987. OLE color: 6905987.

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

Color convert

RGB 131 96 105 -
CMYK 0 0.27 0.20 0.49
HSL 344.57º 0.15% 0.45% -
HSV(B) 344.57º 0.27% 0.51% -
XYZ 16.09 14.21 15.26 -
YUV 107.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 131 96 105 0 0.27 0.20 0.49 344.57 0.15 0.45
Hex 83 60 69 0 1B 14 31 159 F 2D
Octal 203 140 151 0 33 24 61 531 17 55
Binary 10000011 1100000 1101001 0 11011 10100 110001 101011001 1111 101101

Color Harmonies of #836069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836069

Black with #836069

Text Example


Text Example

White with #836069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836069; }

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

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

background-color css

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

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

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

border-color css

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

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

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