Html Css Color HEX #986A5F Dark Chestnut

📋 copy color: '#986A5F'

red 152 ◦ green 106 ◦ blue 95

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

Shades of Dark Chestnut #986A5F

Tints of Dark Chestnut #986A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 43.06%
G = 30.03%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#986A5F (or 0x986A5F) is known color: Dark Chestnut. HEX triplet: 98, 6A and 5F. RGB value is (152,106,95). Sum of RGB (Red+Green+Blue) = 152+106+95=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A5F is #6795A0. Grayscale: #767676. Windows color (decimal): -6788513 or 6253208. OLE color: 6253208.

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

Color convert

RGB 152 106 95 -
CMYK 0 0.30 0.38 0.40
HSL 11.58º 0.23% 0.48% -
HSV(B) 11.58º 0.38% 0.6% -
XYZ 20.17 17.81 13.2 -
YUV 118.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 152 106 95 0 0.30 0.38 0.40 11.58 0.23 0.48
Hex 98 6A 5F 0 1E 26 28 C 17 30
Octal 230 152 137 0 36 46 50 14 27 60
Binary 10011000 1101010 1011111 0 11110 100110 101000 1100 10111 110000

Color Harmonies of #986A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A5F

Black with #986A5F

Text Example


Text Example

White with #986A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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