Html Css Color HEX #986849 Dark Tan

📋 copy color: '#986849'

red 152 ◦ green 104 ◦ blue 73

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

Shades of Dark Tan #986849

Tints of Dark Tan #986849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 46.2%
G = 31.61%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#986849 (or 0x986849) is known color: Dark Tan. HEX triplet: 98, 68 and 49. RGB value is (152,104,73). Sum of RGB (Red+Green+Blue) = 152+104+73=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #986849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986849 is #6797B6. Grayscale: #727272. Windows color (decimal): -6789047 or 4810904. OLE color: 4810904.

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

Color convert

RGB 152 104 73 -
CMYK 0 0.32 0.52 0.40
HSL 23.54º 0.35% 0.44% -
HSV(B) 23.54º 0.52% 0.6% -
XYZ 19.1 17.06 8.59 -
YUV 114.82 104.4 154.52 -
System Red Green Blue C M Y K H S L
Decimal 152 104 73 0 0.32 0.52 0.40 23.54 0.35 0.44
Hex 98 68 49 0 20 34 28 18 23 2C
Octal 230 150 111 0 40 64 50 30 43 54
Binary 10011000 1101000 1001001 0 100000 110100 101000 11000 100011 101100

Color Harmonies of #986849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986849

Black with #986849

Text Example


Text Example

White with #986849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986849; }

 p { color: rgb(152,104,73); }

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

background-color css

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

 a { background-color: rgb(152,104,73); }

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

border-color css

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

 span { border-color: rgb(152,104,73); }

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