#9F706A

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

Shades of Coral Tree #9F706A

Tints of Coral Tree #9F706A

Color information

#9F706A (or 0x9F706A) is unknown color: approx Coral Tree. HEX triplet: 9F, 70 and 6A. RGB value is (159,112,106). Sum of RGB (Red+Green+Blue) = 159+112+106=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F706A is #608F95. Grayscale: #7D7D7D. Windows color (decimal): -6328214 or 6975647. OLE color: 6975647.

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

Color convert

RGB159112106-
CMYK00.300.330.38
HSL6.79º21.63%51.96%-
HSV(B)6.79º33.33%62.35%-
XYZ22.692016.3-
YUV125.37117.07151.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=42.18%
G=29.71%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911210600.300.330.386.7921.6351.96
Hex9F706A01E212671634
Octal237160152036414672664
Binary100111111110000110101001111010000110011011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,112,106); }

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

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

 a { background-color: rgb(159,112,106); }

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

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

 span { border-color: rgb(159,112,106); }

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