#9F716E

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

Shades of Coral Tree #9F716E

Tints of Coral Tree #9F716E

Color information

#9F716E (or 0x9F716E) is unknown color: approx Coral Tree. HEX triplet: 9F, 71 and 6E. RGB value is (159,113,110). Sum of RGB (Red+Green+Blue) = 159+113+110=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F716E is #608E91. Grayscale: #7E7E7E. Windows color (decimal): -6327954 or 7238047. OLE color: 7238047.

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

Color convert

RGB159113110-
CMYK00.290.310.38
HSL3.67º20.33%52.75%-
HSV(B)3.67º30.82%62.35%-
XYZ23.0220.3117.46-
YUV126.41118.74151.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=41.62%
G=29.58%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911311000.290.310.383.6720.3352.75
Hex9F716E01D1F2641435
Octal237161156035374642465
Binary10011111111000111011100111011111110011010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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