Html Css Color HEX #986850 Dark Tan

📋 copy color: '#986850'

red 152 ◦ green 104 ◦ blue 80

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

Shades of Dark Tan #986850

Tints of Dark Tan #986850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 45.24%
G = 30.95%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#986850 (or 0x986850) is known color: Dark Tan. HEX triplet: 98, 68 and 50. RGB value is (152,104,80). Sum of RGB (Red+Green+Blue) = 152+104+80=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986850 is #6797AF. Grayscale: #737373. Windows color (decimal): -6789040 or 5269656. OLE color: 5269656.

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

Color convert

RGB 152 104 80 -
CMYK 0 0.32 0.47 0.40
HSL 20º 0.31% 0.45% -
HSV(B) 20º 0.47% 0.6% -
XYZ 19.35 17.16 9.88 -
YUV 115.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 152 104 80 0 0.32 0.47 0.40 20 0.31 0.45
Hex 98 68 50 0 20 2F 28 14 1F 2D
Octal 230 150 120 0 40 57 50 24 37 55
Binary 10011000 1101000 1010000 0 100000 101111 101000 10100 11111 101101

Color Harmonies of #986850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986850

Black with #986850

Text Example


Text Example

White with #986850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986850; }

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

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

background-color css

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

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

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

border-color css

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

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

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