#9F756E

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

Shades of Coral Tree #9F756E

Tints of Coral Tree #9F756E

Color information

#9F756E (or 0x9F756E) is unknown color: approx Coral Tree. HEX triplet: 9F, 75 and 6E. RGB value is (159,117,110). Sum of RGB (Red+Green+Blue) = 159+117+110=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F756E is #608A91. Grayscale: #808080. Windows color (decimal): -6326930 or 7239071. OLE color: 7239071.

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

Color convert

RGB159117110-
CMYK00.260.310.38
HSL8.57º20.33%52.75%-
HSV(B)8.57º30.82%62.35%-
XYZ23.4721.2217.61-
YUV128.76117.41149.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=41.19%
G=30.31%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911711000.260.310.388.5720.3352.75
Hex9F756E01A1F2691435
Octal2371651560323746112465
Binary100111111110101110111001101011111100110100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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