#9F6E69

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

Shades of Coral Tree #9F6E69

Tints of Coral Tree #9F6E69

Color information

#9F6E69 (or 0x9F6E69) is unknown color: approx Coral Tree. HEX triplet: 9F, 6E and 69. RGB value is (159,110,105). Sum of RGB (Red+Green+Blue) = 159+110+105=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E69 is #609196. Grayscale: #7C7C7C. Windows color (decimal): -6328727 or 6909599. OLE color: 6909599.

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

Color convert

RGB159110105-
CMYK00.310.340.38
HSL5.56º21.95%51.76%-
HSV(B)5.56º33.96%62.35%-
XYZ22.4219.5415.95-
YUV124.08117.23152.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 110 (43.36% from 255) = 29.41%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=42.51%
G=29.41%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911010500.310.340.385.5621.9551.76
Hex9F6E6901F222661634
Octal237156151037424662664
Binary100111111101110110100101111110001010011011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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