Html Css Color HEX #9F716E Coral Tree

📋 copy color: '#9F716E'

red 159 ◦ green 113 ◦ blue 110

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

Shades of Coral Tree #9F716E

Tints of Coral Tree #9F716E

RGB

 RED value IS 159 (62.5% from 255) = 41.62%

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 41.62%
G = 29.58%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F716E (or 0x9F716E) is known color: Coral Tree. HEX triplet: 9F, 71 and 6E. RGB value is (159,113,110). Sum of RGB (Red+Green+Blue) = 159+113+110=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F716E is #608E91. Grayscale: #7E7E7E. Windows color (decimal): -6327954 or 7238047. OLE color: 7238047.

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

Color convert

RGB 159 113 110 -
CMYK 0 0.29 0.31 0.38
HSL 3.67º 0.2% 0.53% -
HSV(B) 3.67º 0.31% 0.62% -
XYZ 23.02 20.31 17.46 -
YUV 126.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 159 113 110 0 0.29 0.31 0.38 3.67 0.2 0.53
Hex 9F 71 6E 0 1D 1F 26 4 14 35
Octal 237 161 156 0 35 37 46 4 24 65
Binary 10011111 1110001 1101110 0 11101 11111 100110 100 10100 110101

Color Harmonies of #9F716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F716E

Black with #9F716E

Text Example


Text Example

White with #9F716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F716E;
 }
 .AnyTagClassName
 {
   color: #9F716E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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