#8E681E

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

Shades of Yukon Gold #8E681E

Tints of Yukon Gold #8E681E

Color information

#8E681E (or 0x8E681E) is unknown color: approx Yukon Gold. HEX triplet: 8E, 68 and 1E. RGB value is (142,104,30). Sum of RGB (Red+Green+Blue) = 142+104+30=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E681E is #7197E1. Grayscale: #6B6B6B. Windows color (decimal): -7444450 or 1992846. OLE color: 1992846.

HSL color Cylindrical-coordinate representation of color #8E681E: hue angle of 39.64º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E681E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB14210430-
CMYK00.270.790.44
HSL39.64º65.12%33.73%-
HSV(B)39.64º78.87%55.69%-
XYZ16.3415.753.41-
YUV106.9384.59153.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=51.45%
G=37.68%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421043000.270.790.4439.6465.1233.73
Hex8E681E01B4F2C284122
Octal21615036033117545010142
Binary1000111011010001111001101110011111011001010001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,30); }

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

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

 a { background-color: rgb(142,104,30); }

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

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

 span { border-color: rgb(142,104,30); }

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