Html Css Color HEX #8F6963 Dark Chestnut

📋 copy color: '#8F6963'

red 143 ◦ green 105 ◦ blue 99

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

Shades of Dark Chestnut #8F6963

Tints of Dark Chestnut #8F6963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 41.21%
G = 30.26%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F6963 (or 0x8F6963) is known color: Dark Chestnut. HEX triplet: 8F, 69 and 63. RGB value is (143,105,99). Sum of RGB (Red+Green+Blue) = 143+105+99=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6963 is #70969C. Grayscale: #737373. Windows color (decimal): -7378589 or 6515087. OLE color: 6515087.

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

Color convert

RGB 143 105 99 -
CMYK 0 0.27 0.31 0.44
HSL 8.18º 0.18% 0.47% -
HSV(B) 8.18º 0.31% 0.56% -
XYZ 18.63 16.84 14.07 -
YUV 115.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 143 105 99 0 0.27 0.31 0.44 8.18 0.18 0.47
Hex 8F 69 63 0 1B 1F 2C 8 12 2F
Octal 217 151 143 0 33 37 54 10 22 57
Binary 10001111 1101001 1100011 0 11011 11111 101100 1000 10010 101111

Color Harmonies of #8F6963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6963

Black with #8F6963

Text Example


Text Example

White with #8F6963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,105,99); }

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

background-color css

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

 a { background-color: rgb(143,105,99); }

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

border-color css

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

 span { border-color: rgb(143,105,99); }

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