Html Css Color HEX #986A4C Dark Tan

📋 copy color: '#986A4C'

red 152 ◦ green 106 ◦ blue 76

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

Shades of Dark Tan #986A4C

Tints of Dark Tan #986A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 45.51%
G = 31.74%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#986A4C (or 0x986A4C) is known color: Dark Tan. HEX triplet: 98, 6A and 4C. RGB value is (152,106,76). Sum of RGB (Red+Green+Blue) = 152+106+76=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #986A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A4C is #6795B3. Grayscale: #747474. Windows color (decimal): -6788532 or 5008024. OLE color: 5008024.

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

Color convert

RGB 152 106 76 -
CMYK 0 0.30 0.50 0.40
HSL 23.68º 0.33% 0.45% -
HSV(B) 23.68º 0.5% 0.6% -
XYZ 19.41 17.51 9.19 -
YUV 116.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 152 106 76 0 0.30 0.50 0.40 23.68 0.33 0.45
Hex 98 6A 4C 0 1E 32 28 18 21 2D
Octal 230 152 114 0 36 62 50 30 41 55
Binary 10011000 1101010 1001100 0 11110 110010 101000 11000 100001 101101

Color Harmonies of #986A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A4C

Black with #986A4C

Text Example


Text Example

White with #986A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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