Html Css Color HEX #986845 Dark Tan

📋 copy color: '#986845'

red 152 ◦ green 104 ◦ blue 69

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

Shades of Dark Tan #986845

Tints of Dark Tan #986845

RGB

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

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

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

R = 46.77%
G = 32%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#986845 (or 0x986845) is known color: Dark Tan. HEX triplet: 98, 68 and 45. RGB value is (152,104,69). Sum of RGB (Red+Green+Blue) = 152+104+69=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #986845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986845 is #6797BA. Grayscale: #727272. Windows color (decimal): -6789051 or 4548760. OLE color: 4548760.

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

Color convert

RGB 152 104 69 -
CMYK 0 0.32 0.55 0.40
HSL 25.3º 0.38% 0.43% -
HSV(B) 25.3º 0.55% 0.6% -
XYZ 18.97 17.01 7.91 -
YUV 114.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 152 104 69 0 0.32 0.55 0.40 25.3 0.38 0.43
Hex 98 68 45 0 20 37 28 19 26 2B
Octal 230 150 105 0 40 67 50 31 46 53
Binary 10011000 1101000 1000101 0 100000 110111 101000 11001 100110 101011

Color Harmonies of #986845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986845

Black with #986845

Text Example


Text Example

White with #986845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986845; }

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

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

background-color css

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

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

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

border-color css

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

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

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