Html Css Color HEX #986960 Dark Chestnut

📋 copy color: '#986960'

red 152 ◦ green 105 ◦ blue 96

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

Shades of Dark Chestnut #986960

Tints of Dark Chestnut #986960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 43.06%
G = 29.75%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#986960 (or 0x986960) is known color: Dark Chestnut. HEX triplet: 98, 69 and 60. RGB value is (152,105,96). Sum of RGB (Red+Green+Blue) = 152+105+96=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986960 is #67969F. Grayscale: #767676. Windows color (decimal): -6788768 or 6318488. OLE color: 6318488.

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

Color convert

RGB 152 105 96 -
CMYK 0 0.31 0.37 0.40
HSL 9.64º 0.23% 0.49% -
HSV(B) 9.64º 0.37% 0.6% -
XYZ 20.11 17.62 13.41 -
YUV 118.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 152 105 96 0 0.31 0.37 0.40 9.64 0.23 0.49
Hex 98 69 60 0 1F 25 28 A 17 31
Octal 230 151 140 0 37 45 50 12 27 61
Binary 10011000 1101001 1100000 0 11111 100101 101000 1010 10111 110001

Color Harmonies of #986960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986960

Black with #986960

Text Example


Text Example

White with #986960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986960; }

 p { color: rgb(152,105,96); }

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

background-color css

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

 a { background-color: rgb(152,105,96); }

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

border-color css

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

 span { border-color: rgb(152,105,96); }

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