#8D6C16

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

Shades of Yukon Gold #8D6C16

Tints of Yukon Gold #8D6C16

Color information

#8D6C16 (or 0x8D6C16) is unknown color: approx Yukon Gold. HEX triplet: 8D, 6C and 16. RGB value is (141,108,22). Sum of RGB (Red+Green+Blue) = 141+108+22=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6C16 is #7293E9. Grayscale: #6C6C6C. Windows color (decimal): -7508970 or 1469581. OLE color: 1469581.

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

Color convert

RGB14110822-
CMYK00.230.840.45
HSL43.36º73.01%31.96%-
HSV(B)43.36º84.4%55.29%-
XYZ16.4916.453.06-
YUV108.0679.43151.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.03%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 22 (8.98% from 255) = 8.12%
R=52.03%
G=39.85%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411082200.230.840.4543.3673.0131.96
Hex8D6C16017542D2b4920
Octal21515426027124555311140
Binary1000110111011001011001011110101001011011010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,108,22); }

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

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

 a { background-color: rgb(141,108,22); }

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

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

 span { border-color: rgb(141,108,22); }

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