#9F716F

Color #9F716F Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #9F716F

Tints of Coral Tree #9F716F

Color information

#9F716F (or 0x9F716F) is unknown color: approx Coral Tree. HEX triplet: 9F, 71 and 6F. RGB value is (159,113,111). Sum of RGB (Red+Green+Blue) = 159+113+111=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F716F is #608E90. Grayscale: #7E7E7E. Windows color (decimal): -6327953 or 7303583. OLE color: 7303583.

HSL color Cylindrical-coordinate representation of color #9F716F: hue angle of 2.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F716F is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159113111-
CMYK00.290.300.38
HSL2.5º20%52.94%-
HSV(B)2.5º30.19%62.35%-
XYZ23.0720.3317.75-
YUV126.53119.24151.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=41.51%
G=29.50%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911311100.290.300.382.52052.94
Hex9F716F01D1E2631435
Octal237161157035364632465
Binary1001111111100011101111011101111101001101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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