Html Css Color HEX #986848 Dark Tan

📋 copy color: '#986848'

red 152 ◦ green 104 ◦ blue 72

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

Shades of Dark Tan #986848

Tints of Dark Tan #986848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 46.34%
G = 31.71%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#986848 (or 0x986848) is known color: Dark Tan. HEX triplet: 98, 68 and 48. RGB value is (152,104,72). Sum of RGB (Red+Green+Blue) = 152+104+72=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #986848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986848 is #6797B7. Grayscale: #727272. Windows color (decimal): -6789048 or 4745368. OLE color: 4745368.

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

Color convert

RGB 152 104 72 -
CMYK 0 0.32 0.53 0.40
HSL 24º 0.36% 0.44% -
HSV(B) 24º 0.53% 0.6% -
XYZ 19.07 17.04 8.42 -
YUV 114.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 152 104 72 0 0.32 0.53 0.40 24 0.36 0.44
Hex 98 68 48 0 20 35 28 18 24 2C
Octal 230 150 110 0 40 65 50 30 44 54
Binary 10011000 1101000 1001000 0 100000 110101 101000 11000 100100 101100

Color Harmonies of #986848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986848

Black with #986848

Text Example


Text Example

White with #986848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986848; }

 p { color: rgb(152,104,72); }

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

background-color css

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

 a { background-color: rgb(152,104,72); }

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

border-color css

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

 span { border-color: rgb(152,104,72); }

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