Html Css Color HEX #986861 Dark Chestnut

📋 copy color: '#986861'

red 152 ◦ green 104 ◦ blue 97

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

Shades of Dark Chestnut #986861

Tints of Dark Chestnut #986861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

 BLUE value IS 97 (38.28% from 255) = 27.48%

R = 43.06%
G = 29.46%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#986861 (or 0x986861) is known color: Dark Chestnut. HEX triplet: 98, 68 and 61. RGB value is (152,104,97). Sum of RGB (Red+Green+Blue) = 152+104+97=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986861 is #67979E. Grayscale: #757575. Windows color (decimal): -6789023 or 6383768. OLE color: 6383768.

HSL color Cylindrical-coordinate representation of color #986861: hue angle of 7.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986861 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 97 -
CMYK 0 0.32 0.36 0.40
HSL 7.64º 0.22% 0.49% -
HSV(B) 7.64º 0.36% 0.6% -
XYZ 20.06 17.44 13.62 -
YUV 117.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 152 104 97 0 0.32 0.36 0.40 7.64 0.22 0.49
Hex 98 68 61 0 20 24 28 8 16 31
Octal 230 150 141 0 40 44 50 10 26 61
Binary 10011000 1101000 1100001 0 100000 100100 101000 1000 10110 110001

Color Harmonies of #986861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986861

Black with #986861

Text Example


Text Example

White with #986861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986861; }

 p { color: rgb(152,104,97); }

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

background-color css

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

 a { background-color: rgb(152,104,97); }

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

border-color css

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

 span { border-color: rgb(152,104,97); }

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