#8D681F

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

Shades of Yukon Gold #8D681F

Tints of Yukon Gold #8D681F

Color information

#8D681F (or 0x8D681F) is unknown color: approx Yukon Gold. HEX triplet: 8D, 68 and 1F. RGB value is (141,104,31). Sum of RGB (Red+Green+Blue) = 141+104+31=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D681F is #7297E0. Grayscale: #6B6B6B. Windows color (decimal): -7509985 or 2058381. OLE color: 2058381.

HSL color Cylindrical-coordinate representation of color #8D681F: hue angle of 39.82º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D681F is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB14110431-
CMYK00.260.780.45
HSL39.82º63.95%33.73%-
HSV(B)39.82º78.01%55.29%-
XYZ16.1815.663.47-
YUV106.7485.26152.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 31 (12.5% from 255) = 11.23%
R=51.09%
G=37.68%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411043100.260.780.4539.8263.9533.73
Hex8D681F01A4E2D284022
Octal21515037032116555010042
Binary1000110111010001111101101010011101011011010001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,31); }

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

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

 a { background-color: rgb(141,104,31); }

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

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

 span { border-color: rgb(141,104,31); }

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