#8D6F15

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

Shades of Yukon Gold #8D6F15

Tints of Yukon Gold #8D6F15

Color information

#8D6F15 (or 0x8D6F15) is unknown color: approx Yukon Gold. HEX triplet: 8D, 6F and 15. RGB value is (141,111,21). Sum of RGB (Red+Green+Blue) = 141+111+21=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6F15 is #7290EA. Grayscale: #6E6E6E. Windows color (decimal): -7508203 or 1404813. OLE color: 1404813.

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

Color convert

RGB14111121-
CMYK00.210.850.45
HSL45º74.07%31.76%-
HSV(B)45º85.11%55.29%-
XYZ16.817.093.12-
YUV109.7177.94150.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=51.65%
G=40.66%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411112100.210.850.454574.0731.76
Hex8D6F15015552D2d4a20
Octal21515725025125555511240
Binary1000110111011111010101010110101011011011011011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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