#8F665A

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

Shades of Dark Chestnut #8F665A

Tints of Dark Chestnut #8F665A

Color information

#8F665A (or 0x8F665A) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 66 and 5A. RGB value is (143,102,90). Sum of RGB (Red+Green+Blue) = 143+102+90=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F665A is #7099A5. Grayscale: #707070. Windows color (decimal): -7379366 or 5924495. OLE color: 5924495.

HSL color Cylindrical-coordinate representation of color #8F665A: hue angle of 13.58º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F665A is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14310290-
CMYK00.290.370.44
HSL13.58º22.75%45.69%-
HSV(B)13.58º37.06%56.08%-
XYZ17.9216.0811.83-
YUV112.89115.08149.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=42.69%
G=30.45%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431029000.290.370.4413.5822.7545.69
Hex8F665A01D252Ce172e
Octal2171461320354554162756
Binary1000111111001101011010011101100101101100111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,102,90); }

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

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

 a { background-color: rgb(143,102,90); }

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

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

 span { border-color: rgb(143,102,90); }

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