#8D6E19

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

Shades of Yukon Gold #8D6E19

Tints of Yukon Gold #8D6E19

Color information

#8D6E19 (or 0x8D6E19) is unknown color: approx Yukon Gold. HEX triplet: 8D, 6E and 19. RGB value is (141,110,25). Sum of RGB (Red+Green+Blue) = 141+110+25=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6E19 is #7291E6. Grayscale: #6D6D6D. Windows color (decimal): -7508455 or 1666701. OLE color: 1666701.

HSL color Cylindrical-coordinate representation of color #8D6E19: hue angle of 43.97º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D6E19 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB14111025-
CMYK00.220.820.45
HSL43.97º69.88%32.55%-
HSV(B)43.97º82.27%55.29%-
XYZ16.7416.883.3-
YUV109.5880.27150.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 25 (10.16% from 255) = 9.06%
R=51.09%
G=39.86%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411102500.220.820.4543.9769.8832.55
Hex8D6E19016522D2c4621
Octal21515631026122555410641
Binary1000110111011101100101011010100101011011011001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,110,25); }

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

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

 a { background-color: rgb(141,110,25); }

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

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

 span { border-color: rgb(141,110,25); }

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