Html Css Color HEX #986946 Dark Tan

📋 copy color: '#986946'

red 152 ◦ green 105 ◦ blue 70

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

Shades of Dark Tan #986946

Tints of Dark Tan #986946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 70 (27.73% from 255) = 21.41%

R = 46.48%
G = 32.11%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#986946 (or 0x986946) is known color: Dark Tan. HEX triplet: 98, 69 and 46. RGB value is (152,105,70). Sum of RGB (Red+Green+Blue) = 152+105+70=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #986946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986946 is #6796B9. Grayscale: #737373. Windows color (decimal): -6788794 or 4614552. OLE color: 4614552.

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

Color convert

RGB 152 105 70 -
CMYK 0 0.31 0.54 0.40
HSL 25.61º 0.37% 0.44% -
HSV(B) 25.61º 0.54% 0.6% -
XYZ 19.11 17.22 8.11 -
YUV 115.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 152 105 70 0 0.31 0.54 0.40 25.61 0.37 0.44
Hex 98 69 46 0 1F 36 28 1A 25 2C
Octal 230 151 106 0 37 66 50 32 45 54
Binary 10011000 1101001 1000110 0 11111 110110 101000 11010 100101 101100

Color Harmonies of #986946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986946

Black with #986946

Text Example


Text Example

White with #986946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986946; }

 p { color: rgb(152,105,70); }

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

background-color css

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

 a { background-color: rgb(152,105,70); }

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

border-color css

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

 span { border-color: rgb(152,105,70); }

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