#8E7610

Color #8E7610 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8E7610

Tints of Yukon Gold #8E7610

Color information

#8E7610 (or 0x8E7610) is unknown color: approx Yukon Gold. HEX triplet: 8E, 76 and 10. RGB value is (142,118,16). Sum of RGB (Red+Green+Blue) = 142+118+16=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7610 is #7189EF. Grayscale: #717171. Windows color (decimal): -7440880 or 1078926. OLE color: 1078926.

HSL color Cylindrical-coordinate representation of color #8E7610: hue angle of 48.57º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E7610 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB14211816-
CMYK00.170.890.44
HSL48.57º79.75%30.98%-
HSV(B)48.57º88.73%55.69%-
XYZ17.7318.753.17-
YUV113.5572.95148.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=51.45%
G=42.75%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421181600.170.890.4448.5779.7530.98
Hex8E7610011592C31501f
Octal21616620021131546112037
Binary100011101110110100000100011011001101100110001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7610; }

 p { color: rgb(142,118,16); }

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

<style>
 a { background-color: #8E7610; }

 a { background-color: rgb(142,118,16); }

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

<style>
 span { border-color: #8E7610; }

 span { border-color: rgb(142,118,16); }

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