Html Css Color HEX #986267 Mauve Taupe

📋 copy color: '#986267'

red 152 ◦ green 98 ◦ blue 103

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

Shades of Mauve Taupe #986267

Tints of Mauve Taupe #986267

RGB

 RED value IS 152 (59.77% from 255) = 43.06%

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

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

R = 43.06%
G = 27.76%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#986267 (or 0x986267) is known color: Mauve Taupe. HEX triplet: 98, 62 and 67. RGB value is (152,98,103). Sum of RGB (Red+Green+Blue) = 152+98+103=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986267 is #679D98. Grayscale: #727272. Windows color (decimal): -6790553 or 6775448. OLE color: 6775448.

HSL color Cylindrical-coordinate representation of color #986267: hue angle of 354.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986267 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 103 -
CMYK 0 0.36 0.32 0.40
HSL 354.44º 0.22% 0.49% -
HSV(B) 354.44º 0.36% 0.6% -
XYZ 19.76 16.39 14.95 -
YUV 114.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 152 98 103 0 0.36 0.32 0.40 354.44 0.22 0.49
Hex 98 62 67 0 24 20 28 162 16 31
Octal 230 142 147 0 44 40 50 542 26 61
Binary 10011000 1100010 1100111 0 100100 100000 101000 101100010 10110 110001

Color Harmonies of #986267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986267

Black with #986267

Text Example


Text Example

White with #986267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986267; }

 p { color: rgb(152,98,103); }

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

background-color css

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

 a { background-color: rgb(152,98,103); }

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

border-color css

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

 span { border-color: rgb(152,98,103); }

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