Html Css Color HEX #986649 Dark Tan

📋 copy color: '#986649'

red 152 ◦ green 102 ◦ blue 73

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

Shades of Dark Tan #986649

Tints of Dark Tan #986649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

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

R = 46.48%
G = 31.19%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#986649 (or 0x986649) is known color: Dark Tan. HEX triplet: 98, 66 and 49. RGB value is (152,102,73). Sum of RGB (Red+Green+Blue) = 152+102+73=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #986649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986649 is #6799B6. Grayscale: #717171. Windows color (decimal): -6789559 or 4810392. OLE color: 4810392.

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

Color convert

RGB 152 102 73 -
CMYK 0 0.33 0.52 0.40
HSL 22.03º 0.35% 0.44% -
HSV(B) 22.03º 0.52% 0.6% -
XYZ 18.9 16.66 8.52 -
YUV 113.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 152 102 73 0 0.33 0.52 0.40 22.03 0.35 0.44
Hex 98 66 49 0 21 34 28 16 23 2C
Octal 230 146 111 0 41 64 50 26 43 54
Binary 10011000 1100110 1001001 0 100001 110100 101000 10110 100011 101100

Color Harmonies of #986649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986649

Black with #986649

Text Example


Text Example

White with #986649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986649; }

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

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

background-color css

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

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

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

border-color css

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

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

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