#9F746F

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

Shades of Coral Tree #9F746F

Tints of Coral Tree #9F746F

Color information

#9F746F (or 0x9F746F) is unknown color: approx Coral Tree. HEX triplet: 9F, 74 and 6F. RGB value is (159,116,111). Sum of RGB (Red+Green+Blue) = 159+116+111=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F746F is #608B90. Grayscale: #808080. Windows color (decimal): -6327185 or 7304351. OLE color: 7304351.

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

Color convert

RGB159116111-
CMYK00.270.300.38
HSL6.25º20%52.94%-
HSV(B)6.25º30.19%62.35%-
XYZ23.4121.0117.86-
YUV128.29118.25149.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=41.19%
G=30.05%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911611100.270.300.386.252052.94
Hex9F746F01B1E2661435
Octal237164157033364662465
Binary10011111111010011011110110111111010011011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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