#9F7168

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

Shades of Dark Chestnut #9F7168

Tints of Dark Chestnut #9F7168

Color information

#9F7168 (or 0x9F7168) is unknown color: approx Dark Chestnut. HEX triplet: 9F, 71 and 68. RGB value is (159,113,104). Sum of RGB (Red+Green+Blue) = 159+113+104=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7168 is #608E97. Grayscale: #7D7D7D. Windows color (decimal): -6327960 or 6844831. OLE color: 6844831.

HSL color Cylindrical-coordinate representation of color #9F7168: hue angle of 9.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F7168 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB159113104-
CMYK00.290.350.38
HSL9.82º22.27%51.57%-
HSV(B)9.82º34.59%62.35%-
XYZ22.720.1815.8-
YUV125.73115.74151.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=42.29%
G=30.05%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911310400.290.350.389.8222.2751.57
Hex9F716801D2326a1634
Octal2371611500354346122664
Binary1001111111100011101000011101100011100110101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7168; }

 p { color: rgb(159,113,104); }

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

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

 a { background-color: rgb(159,113,104); }

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

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

 span { border-color: rgb(159,113,104); }

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