Html Css Color HEX #986749 Dark Tan

📋 copy color: '#986749'

red 152 ◦ green 103 ◦ blue 73

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

Shades of Dark Tan #986749

Tints of Dark Tan #986749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 46.34%
G = 31.4%
B = 22.26%

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

#986749 (or 0x986749) is known color: Dark Tan. HEX triplet: 98, 67 and 49. RGB value is (152,103,73). Sum of RGB (Red+Green+Blue) = 152+103+73=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #986749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986749 is #6798B6. Grayscale: #727272. Windows color (decimal): -6789303 or 4810648. OLE color: 4810648.

HSL color Cylindrical-coordinate representation of color #986749: hue angle of 22.78º 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 #986749 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 73 -
CMYK 0 0.32 0.52 0.40
HSL 22.78º 0.35% 0.44% -
HSV(B) 22.78º 0.52% 0.6% -
XYZ 19 16.86 8.56 -
YUV 114.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 152 103 73 0 0.32 0.52 0.40 22.78 0.35 0.44
Hex 98 67 49 0 20 34 28 17 23 2C
Octal 230 147 111 0 40 64 50 27 43 54
Binary 10011000 1100111 1001001 0 100000 110100 101000 10111 100011 101100

Color Harmonies of #986749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986749

Black with #986749

Text Example


Text Example

White with #986749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986749; }

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

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

background-color css

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

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

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

border-color css

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

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

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