Html Css Color HEX #986B53 Dark Tan

📋 copy color: '#986B53'

red 152 ◦ green 107 ◦ blue 83

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

Shades of Dark Tan #986B53

Tints of Dark Tan #986B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 44.44%
G = 31.29%
B = 24.27%

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

#986B53 (or 0x986B53) is known color: Dark Tan. HEX triplet: 98, 6B and 53. RGB value is (152,107,83). Sum of RGB (Red+Green+Blue) = 152+107+83=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #986B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B53 is #6794AC. Grayscale: #757575. Windows color (decimal): -6788269 or 5467032. OLE color: 5467032.

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

Color convert

RGB 152 107 83 -
CMYK 0 0.30 0.45 0.40
HSL 20.87º 0.29% 0.46% -
HSV(B) 20.87º 0.45% 0.6% -
XYZ 19.77 17.82 10.58 -
YUV 117.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 152 107 83 0 0.30 0.45 0.40 20.87 0.29 0.46
Hex 98 6B 53 0 1E 2D 28 15 1D 2E
Octal 230 153 123 0 36 55 50 25 35 56
Binary 10011000 1101011 1010011 0 11110 101101 101000 10101 11101 101110

Color Harmonies of #986B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B53

Black with #986B53

Text Example


Text Example

White with #986B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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