Html Css Color HEX #986660 Dark Chestnut

📋 copy color: '#986660'

red 152 ◦ green 102 ◦ blue 96

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

Shades of Dark Chestnut #986660

Tints of Dark Chestnut #986660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 43.43%
G = 29.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#986660 (or 0x986660) is known color: Dark Chestnut. HEX triplet: 98, 66 and 60. RGB value is (152,102,96). Sum of RGB (Red+Green+Blue) = 152+102+96=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986660 is #67999F. Grayscale: #747474. Windows color (decimal): -6789536 or 6317720. OLE color: 6317720.

HSL color Cylindrical-coordinate representation of color #986660: hue angle of 6.43º 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 #986660 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 96 -
CMYK 0 0.33 0.37 0.40
HSL 6.43º 0.23% 0.49% -
HSV(B) 6.43º 0.37% 0.6% -
XYZ 19.81 17.02 13.31 -
YUV 116.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 152 102 96 0 0.33 0.37 0.40 6.43 0.23 0.49
Hex 98 66 60 0 21 25 28 6 17 31
Octal 230 146 140 0 41 45 50 6 27 61
Binary 10011000 1100110 1100000 0 100001 100101 101000 110 10111 110001

Color Harmonies of #986660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986660

Black with #986660

Text Example


Text Example

White with #986660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986660; }

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

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

background-color css

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

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

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

border-color css

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

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

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