#8D6F18

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

Shades of Yukon Gold #8D6F18

Tints of Yukon Gold #8D6F18

Color information

#8D6F18 (or 0x8D6F18) is unknown color: approx Yukon Gold. HEX triplet: 8D, 6F and 18. RGB value is (141,111,24). Sum of RGB (Red+Green+Blue) = 141+111+24=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6F18 is #7290E7. Grayscale: #6E6E6E. Windows color (decimal): -7508200 or 1601421. OLE color: 1601421.

HSL color Cylindrical-coordinate representation of color #8D6F18: hue angle of 44.62º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D6F18 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB14111124-
CMYK00.210.830.45
HSL44.62º70.91%32.35%-
HSV(B)44.62º82.98%55.29%-
XYZ16.8317.13.28-
YUV110.0579.44150.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=51.09%
G=40.22%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411112400.210.830.4544.6270.9132.35
Hex8D6F18015532D2d4720
Octal21515730025123555510740
Binary1000110111011111100001010110100111011011011011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,24); }

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

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

 a { background-color: rgb(141,111,24); }

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

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

 span { border-color: rgb(141,111,24); }

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