Html Css Color HEX #986F64 Dark Chestnut

📋 copy color: '#986F64'

red 152 ◦ green 111 ◦ blue 100

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

Shades of Dark Chestnut #986F64

Tints of Dark Chestnut #986F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 41.87%
G = 30.58%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#986F64 (or 0x986F64) is known color: Dark Chestnut. HEX triplet: 98, 6F and 64. RGB value is (152,111,100). Sum of RGB (Red+Green+Blue) = 152+111+100=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #986F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F64 is #67909B. Grayscale: #7A7A7A. Windows color (decimal): -6787228 or 6582168. OLE color: 6582168.

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

Color convert

RGB 152 111 100 -
CMYK 0 0.27 0.34 0.40
HSL 12.69º 0.21% 0.49% -
HSV(B) 12.69º 0.34% 0.6% -
XYZ 20.93 18.96 14.61 -
YUV 122.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 152 111 100 0 0.27 0.34 0.40 12.69 0.21 0.49
Hex 98 6F 64 0 1B 22 28 D 15 31
Octal 230 157 144 0 33 42 50 15 25 61
Binary 10011000 1101111 1100100 0 11011 100010 101000 1101 10101 110001

Color Harmonies of #986F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F64

Black with #986F64

Text Example


Text Example

White with #986F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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