#8F6B61

Color #8F6B61 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #8F6B61

Tints of Dark Chestnut #8F6B61

Color information

#8F6B61 (or 0x8F6B61) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 6B and 61. RGB value is (143,107,97). Sum of RGB (Red+Green+Blue) = 143+107+97=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6B61 is #70949E. Grayscale: #747474. Windows color (decimal): -7378079 or 6384527. OLE color: 6384527.

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

Color convert

RGB14310797-
CMYK00.250.320.44
HSL13.04º19.17%47.06%-
HSV(B)13.04º32.17%56.08%-
XYZ18.7417.2213.64-
YUV116.62116.93146.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=41.21%
G=30.84%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431079700.250.320.4413.0419.1747.06
Hex8F6B61019202Cd132f
Octal2171531410314054152357
Binary1000111111010111100001011001100000101100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,107,97); }

 H1.HeaderClassName
 {
   color: #8F6B61;
 }
 .AnyTagClassName
 {
   color: #8F6B61;
 }
</style>
background-color css

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

 a { background-color: rgb(143,107,97); }

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

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

 span { border-color: rgb(143,107,97); }

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