Html Css Color HEX #986E45 Dark Tan

📋 copy color: '#986E45'

red 152 ◦ green 110 ◦ blue 69

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

Shades of Dark Tan #986E45

Tints of Dark Tan #986E45

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.23%

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 45.92%
G = 33.23%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#986E45 (or 0x986E45) is known color: Dark Tan. HEX triplet: 98, 6E and 45. RGB value is (152,110,69). Sum of RGB (Red+Green+Blue) = 152+110+69=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #986E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E45 is #6791BA. Grayscale: #767676. Windows color (decimal): -6787515 or 4550296. OLE color: 4550296.

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

Color convert

RGB 152 110 69 -
CMYK 0 0.28 0.55 0.40
HSL 29.64º 0.38% 0.43% -
HSV(B) 29.64º 0.55% 0.6% -
XYZ 19.6 18.26 8.12 -
YUV 117.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 152 110 69 0 0.28 0.55 0.40 29.64 0.38 0.43
Hex 98 6E 45 0 1C 37 28 1E 26 2B
Octal 230 156 105 0 34 67 50 36 46 53
Binary 10011000 1101110 1000101 0 11100 110111 101000 11110 100110 101011

Color Harmonies of #986E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E45

Black with #986E45

Text Example


Text Example

White with #986E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,69); }

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

background-color css

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

 a { background-color: rgb(152,110,69); }

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

border-color css

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

 span { border-color: rgb(152,110,69); }

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