#9E716B

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

Shades of Coral Tree #9E716B

Tints of Coral Tree #9E716B

Color information

#9E716B (or 0x9E716B) is unknown color: approx Coral Tree. HEX triplet: 9E, 71 and 6B. RGB value is (158,113,107). Sum of RGB (Red+Green+Blue) = 158+113+107=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E716B is #618E94. Grayscale: #7D7D7D. Windows color (decimal): -6393493 or 7041438. OLE color: 7041438.

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

Color convert

RGB158113107-
CMYK00.280.320.38
HSL7.06º20.82%51.96%-
HSV(B)7.06º32.28%61.96%-
XYZ22.6620.1416.6-
YUV125.77117.41150.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.80%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=41.80%
G=29.89%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811310700.280.320.387.0620.8251.96
Hex9E716B01C202671534
Octal236161153034404672564
Binary100111101110001110101101110010000010011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,113,107); }

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

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

 a { background-color: rgb(158,113,107); }

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

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

 span { border-color: rgb(158,113,107); }

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