#9F706D

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

Shades of Coral Tree #9F706D

Tints of Coral Tree #9F706D

Color information

#9F706D (or 0x9F706D) is unknown color: approx Coral Tree. HEX triplet: 9F, 70 and 6D. RGB value is (159,112,109). Sum of RGB (Red+Green+Blue) = 159+112+109=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F706D is #608F92. Grayscale: #7D7D7D. Windows color (decimal): -6328211 or 7172255. OLE color: 7172255.

HSL color Cylindrical-coordinate representation of color #9F706D: hue angle of 3.6º degrees, saturation: 0.21, 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 #9F706D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB159112109-
CMYK00.300.310.38
HSL3.6º20.66%52.55%-
HSV(B)3.6º31.45%62.35%-
XYZ22.8520.0617.14-
YUV125.71118.57151.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.84%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=41.84%
G=29.47%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911210900.300.310.383.620.6652.55
Hex9F706D01E1F2641535
Octal237160155036374642565
Binary10011111111000011011010111101111110011010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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