Html Css Color HEX #986D55 Dark Tan

📋 copy color: '#986D55'

red 152 ◦ green 109 ◦ blue 85

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

Shades of Dark Tan #986D55

Tints of Dark Tan #986D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 43.93%
G = 31.5%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#986D55 (or 0x986D55) is known color: Dark Tan. HEX triplet: 98, 6D and 55. RGB value is (152,109,85). Sum of RGB (Red+Green+Blue) = 152+109+85=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #986D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D55 is #6792AA. Grayscale: #777777. Windows color (decimal): -6787755 or 5598616. OLE color: 5598616.

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

Color convert

RGB 152 109 85 -
CMYK 0 0.28 0.44 0.40
HSL 21.49º 0.28% 0.46% -
HSV(B) 21.49º 0.44% 0.6% -
XYZ 20.06 18.27 11.06 -
YUV 119.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 152 109 85 0 0.28 0.44 0.40 21.49 0.28 0.46
Hex 98 6D 55 0 1C 2C 28 15 1C 2E
Octal 230 155 125 0 34 54 50 25 34 56
Binary 10011000 1101101 1010101 0 11100 101100 101000 10101 11100 101110

Color Harmonies of #986D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D55

Black with #986D55

Text Example


Text Example

White with #986D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986D55; }

 p { color: rgb(152,109,85); }

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

background-color css

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

 a { background-color: rgb(152,109,85); }

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

border-color css

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

 span { border-color: rgb(152,109,85); }

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