Html Css Color HEX #986C4A Dark Tan

📋 copy color: '#986C4A'

red 152 ◦ green 108 ◦ blue 74

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

Shades of Dark Tan #986C4A

Tints of Dark Tan #986C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 45.51%
G = 32.34%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#986C4A (or 0x986C4A) is known color: Dark Tan. HEX triplet: 98, 6C and 4A. RGB value is (152,108,74). Sum of RGB (Red+Green+Blue) = 152+108+74=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #986C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C4A is #6793B5. Grayscale: #757575. Windows color (decimal): -6788022 or 4877464. OLE color: 4877464.

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

Color convert

RGB 152 108 74 -
CMYK 0 0.29 0.51 0.40
HSL 26.15º 0.35% 0.44% -
HSV(B) 26.15º 0.51% 0.6% -
XYZ 19.55 17.89 8.9 -
YUV 117.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 152 108 74 0 0.29 0.51 0.40 26.15 0.35 0.44
Hex 98 6C 4A 0 1D 33 28 1A 23 2C
Octal 230 154 112 0 35 63 50 32 43 54
Binary 10011000 1101100 1001010 0 11101 110011 101000 11010 100011 101100

Color Harmonies of #986C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C4A

Black with #986C4A

Text Example


Text Example

White with #986C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,108,74); }

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

background-color css

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

 a { background-color: rgb(152,108,74); }

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

border-color css

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

 span { border-color: rgb(152,108,74); }

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