#9F7570

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

Shades of Coral Tree #9F7570

Tints of Coral Tree #9F7570

Color information

#9F7570 (or 0x9F7570) is unknown color: approx Coral Tree. HEX triplet: 9F, 75 and 70. RGB value is (159,117,112). Sum of RGB (Red+Green+Blue) = 159+117+112=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7570 is #608A8F. Grayscale: #818181. Windows color (decimal): -6326928 or 7370143. OLE color: 7370143.

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

Color convert

RGB159117112-
CMYK00.260.300.38
HSL6.38º19.67%53.14%-
HSV(B)6.38º29.56%62.35%-
XYZ23.5821.2618.19-
YUV128.99118.41149.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=40.98%
G=30.15%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911711200.260.300.386.3819.6753.14
Hex9F757001A1E2661435
Octal237165160032364662465
Binary10011111111010111100000110101111010011011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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