Html Css Color HEX #986A50 Dark Tan

📋 copy color: '#986A50'

red 152 ◦ green 106 ◦ blue 80

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

Shades of Dark Tan #986A50

Tints of Dark Tan #986A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

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

R = 44.97%
G = 31.36%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#986A50 (or 0x986A50) is known color: Dark Tan. HEX triplet: 98, 6A and 50. RGB value is (152,106,80). Sum of RGB (Red+Green+Blue) = 152+106+80=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #986A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A50 is #6795AF. Grayscale: #747474. Windows color (decimal): -6788528 or 5270168. OLE color: 5270168.

HSL color Cylindrical-coordinate representation of color #986A50: hue angle of 21.67º 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 #986A50 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 106 80 -
CMYK 0 0.30 0.47 0.40
HSL 21.67º 0.31% 0.45% -
HSV(B) 21.67º 0.47% 0.6% -
XYZ 19.55 17.56 9.95 -
YUV 116.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 152 106 80 0 0.30 0.47 0.40 21.67 0.31 0.45
Hex 98 6A 50 0 1E 2F 28 16 1F 2D
Octal 230 152 120 0 36 57 50 26 37 55
Binary 10011000 1101010 1010000 0 11110 101111 101000 10110 11111 101101

Color Harmonies of #986A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A50

Black with #986A50

Text Example


Text Example

White with #986A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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