Html Css Color HEX #986B54 Dark Tan

📋 copy color: '#986B54'

red 152 ◦ green 107 ◦ blue 84

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

Shades of Dark Tan #986B54

Tints of Dark Tan #986B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

 BLUE value IS 84 (33.2% from 255) = 24.49%

R = 44.31%
G = 31.2%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#986B54 (or 0x986B54) is known color: Dark Tan. HEX triplet: 98, 6B and 54. RGB value is (152,107,84). Sum of RGB (Red+Green+Blue) = 152+107+84=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #986B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B54 is #6794AB. Grayscale: #757575. Windows color (decimal): -6788268 or 5532568. OLE color: 5532568.

HSL color Cylindrical-coordinate representation of color #986B54: hue angle of 20.29º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986B54 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 107 84 -
CMYK 0 0.30 0.45 0.40
HSL 20.29º 0.29% 0.46% -
HSV(B) 20.29º 0.45% 0.6% -
XYZ 19.81 17.83 10.79 -
YUV 117.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 152 107 84 0 0.30 0.45 0.40 20.29 0.29 0.46
Hex 98 6B 54 0 1E 2D 28 14 1D 2E
Octal 230 153 124 0 36 55 50 24 35 56
Binary 10011000 1101011 1010100 0 11110 101101 101000 10100 11101 101110

Color Harmonies of #986B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B54

Black with #986B54

Text Example


Text Example

White with #986B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,107,84); }

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

background-color css

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

 a { background-color: rgb(152,107,84); }

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

border-color css

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

 span { border-color: rgb(152,107,84); }

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