Html Css Color HEX #986067 Mauve Taupe

📋 copy color: '#986067'

red 152 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #986067

Tints of Mauve Taupe #986067

RGB

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

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

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

R = 43.3%
G = 27.35%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#986067 (or 0x986067) is known color: Mauve Taupe. HEX triplet: 98, 60 and 67. RGB value is (152,96,103). Sum of RGB (Red+Green+Blue) = 152+96+103=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #986067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986067 is #679F98. Grayscale: #717171. Windows color (decimal): -6791065 or 6774936. OLE color: 6774936.

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

Color convert

RGB 152 96 103 -
CMYK 0 0.37 0.32 0.40
HSL 352.5º 0.23% 0.49% -
HSV(B) 352.5º 0.37% 0.6% -
XYZ 19.58 16.02 14.89 -
YUV 113.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 152 96 103 0 0.37 0.32 0.40 352.5 0.23 0.49
Hex 98 60 67 0 25 20 28 160 17 31
Octal 230 140 147 0 45 40 50 540 27 61
Binary 10011000 1100000 1100111 0 100101 100000 101000 101100000 10111 110001

Color Harmonies of #986067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986067

Black with #986067

Text Example


Text Example

White with #986067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986067; }

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

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

background-color css

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

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

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

border-color css

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

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

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