Html Css Color HEX #986C5F Dark Chestnut

📋 copy color: '#986C5F'

red 152 ◦ green 108 ◦ blue 95

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

Shades of Dark Chestnut #986C5F

Tints of Dark Chestnut #986C5F

RGB

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

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

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

R = 42.82%
G = 30.42%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#986C5F (or 0x986C5F) is known color: Dark Chestnut. HEX triplet: 98, 6C and 5F. RGB value is (152,108,95). Sum of RGB (Red+Green+Blue) = 152+108+95=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #986C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C5F is #6793A0. Grayscale: #777777. Windows color (decimal): -6788001 or 6253720. OLE color: 6253720.

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

Color convert

RGB 152 108 95 -
CMYK 0 0.29 0.38 0.40
HSL 13.68º 0.23% 0.48% -
HSV(B) 13.68º 0.38% 0.6% -
XYZ 20.38 18.23 13.27 -
YUV 119.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 152 108 95 0 0.29 0.38 0.40 13.68 0.23 0.48
Hex 98 6C 5F 0 1D 26 28 E 17 30
Octal 230 154 137 0 35 46 50 16 27 60
Binary 10011000 1101100 1011111 0 11101 100110 101000 1110 10111 110000

Color Harmonies of #986C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C5F

Black with #986C5F

Text Example


Text Example

White with #986C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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