Html Css Color HEX #986F68 Dark Chestnut

📋 copy color: '#986F68'

red 152 ◦ green 111 ◦ blue 104

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

Shades of Dark Chestnut #986F68

Tints of Dark Chestnut #986F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

 BLUE value IS 104 (41.02% from 255) = 28.34%

R = 41.42%
G = 30.25%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#986F68 (or 0x986F68) is known color: Dark Chestnut. HEX triplet: 98, 6F and 68. RGB value is (152,111,104). Sum of RGB (Red+Green+Blue) = 152+111+104=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #986F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F68 is #679097. Grayscale: #7A7A7A. Windows color (decimal): -6787224 or 6844312. OLE color: 6844312.

HSL color Cylindrical-coordinate representation of color #986F68: hue angle of 8.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986F68 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 111 104 -
CMYK 0 0.27 0.32 0.40
HSL 8.75º 0.19% 0.5% -
HSV(B) 8.75º 0.32% 0.6% -
XYZ 21.13 19.04 15.66 -
YUV 122.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 152 111 104 0 0.27 0.32 0.40 8.75 0.19 0.5
Hex 98 6F 68 0 1B 20 28 9 13 32
Octal 230 157 150 0 33 40 50 11 23 62
Binary 10011000 1101111 1101000 0 11011 100000 101000 1001 10011 110010

Color Harmonies of #986F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F68

Black with #986F68

Text Example


Text Example

White with #986F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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