Html Css Color HEX #986B5F Dark Chestnut

📋 copy color: '#986B5F'

red 152 ◦ green 107 ◦ blue 95

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

Shades of Dark Chestnut #986B5F

Tints of Dark Chestnut #986B5F

RGB

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

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

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

R = 42.94%
G = 30.23%
B = 26.84%

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

#986B5F (or 0x986B5F) is known color: Dark Chestnut. HEX triplet: 98, 6B and 5F. RGB value is (152,107,95). Sum of RGB (Red+Green+Blue) = 152+107+95=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B5F is #6794A0. Grayscale: #777777. Windows color (decimal): -6788257 or 6253464. OLE color: 6253464.

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

Color convert

RGB 152 107 95 -
CMYK 0 0.30 0.38 0.40
HSL 12.63º 0.23% 0.48% -
HSV(B) 12.63º 0.38% 0.6% -
XYZ 20.27 18.02 13.24 -
YUV 119.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 152 107 95 0 0.30 0.38 0.40 12.63 0.23 0.48
Hex 98 6B 5F 0 1E 26 28 D 17 30
Octal 230 153 137 0 36 46 50 15 27 60
Binary 10011000 1101011 1011111 0 11110 100110 101000 1101 10111 110000

Color Harmonies of #986B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B5F

Black with #986B5F

Text Example


Text Example

White with #986B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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