Html Css Color HEX #986446 Dark Tan

📋 copy color: '#986446'

red 152 ◦ green 100 ◦ blue 70

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

Shades of Dark Tan #986446

Tints of Dark Tan #986446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

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

R = 47.2%
G = 31.06%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#986446 (or 0x986446) is known color: Dark Tan. HEX triplet: 98, 64 and 46. RGB value is (152,100,70). Sum of RGB (Red+Green+Blue) = 152+100+70=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #986446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986446 is #679BB9. Grayscale: #707070. Windows color (decimal): -6790074 or 4613272. OLE color: 4613272.

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

Color convert

RGB 152 100 70 -
CMYK 0 0.34 0.54 0.40
HSL 21.95º 0.37% 0.44% -
HSV(B) 21.95º 0.54% 0.6% -
XYZ 18.61 16.23 7.95 -
YUV 112.13 104.23 156.44 -
System Red Green Blue C M Y K H S L
Decimal 152 100 70 0 0.34 0.54 0.40 21.95 0.37 0.44
Hex 98 64 46 0 22 36 28 16 25 2C
Octal 230 144 106 0 42 66 50 26 45 54
Binary 10011000 1100100 1000110 0 100010 110110 101000 10110 100101 101100

Color Harmonies of #986446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986446

Black with #986446

Text Example


Text Example

White with #986446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986446; }

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

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

background-color css

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

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

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

border-color css

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

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

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