Html Css Color HEX #8F6860 Dark Chestnut

📋 copy color: '#8F6860'

red 143 ◦ green 104 ◦ blue 96

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

Shades of Dark Chestnut #8F6860

Tints of Dark Chestnut #8F6860

RGB

 RED value IS 143 (56.25% from 255) = 41.69%

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

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

R = 41.69%
G = 30.32%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F6860 (or 0x8F6860) is known color: Dark Chestnut. HEX triplet: 8F, 68 and 60. RGB value is (143,104,96). Sum of RGB (Red+Green+Blue) = 143+104+96=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6860 is #70979F. Grayscale: #727272. Windows color (decimal): -7378848 or 6318223. OLE color: 6318223.

HSL color Cylindrical-coordinate representation of color #8F6860: hue angle of 10.21º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F6860 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 104 96 -
CMYK 0 0.27 0.33 0.44
HSL 10.21º 0.2% 0.47% -
HSV(B) 10.21º 0.33% 0.56% -
XYZ 18.39 16.58 13.3 -
YUV 114.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 143 104 96 0 0.27 0.33 0.44 10.21 0.2 0.47
Hex 8F 68 60 0 1B 21 2C A 14 2F
Octal 217 150 140 0 33 41 54 12 24 57
Binary 10001111 1101000 1100000 0 11011 100001 101100 1010 10100 101111

Color Harmonies of #8F6860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6860

Black with #8F6860

Text Example


Text Example

White with #8F6860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F6860; }

 p { color: rgb(143,104,96); }

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

background-color css

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

 a { background-color: rgb(143,104,96); }

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

border-color css

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

 span { border-color: rgb(143,104,96); }

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