Html Css Color HEX #9F706D Coral Tree

📋 copy color: '#9F706D'

red 159 ◦ green 112 ◦ blue 109

#9F706D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #9F706D

Tints of Coral Tree #9F706D

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 value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F706D (or 0x9F706D) is known color: 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

RGB 159 112 109 -
CMYK 0 0.30 0.31 0.38
HSL 3.6º 0.21% 0.53% -
HSV(B) 3.6º 0.31% 0.62% -
XYZ 22.85 20.06 17.14 -
YUV 125.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 159 112 109 0 0.30 0.31 0.38 3.6 0.21 0.53
Hex 9F 70 6D 0 1E 1F 26 4 15 35
Octal 237 160 155 0 36 37 46 4 25 65
Binary 10011111 1110000 1101101 0 11110 11111 100110 100 10101 110101

Color Harmonies of #9F706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F706D

Black with #9F706D

Text Example


Text Example

White with #9F706D

Text Example


Text Example

HTML Codes & Css Web 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>