#8D6D1E

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

Shades of Yukon Gold #8D6D1E

Tints of Yukon Gold #8D6D1E

Color information

#8D6D1E (or 0x8D6D1E) is unknown color: approx Yukon Gold. HEX triplet: 8D, 6D and 1E. RGB value is (141,109,30). Sum of RGB (Red+Green+Blue) = 141+109+30=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6D1E is #7292E1. Grayscale: #6D6D6D. Windows color (decimal): -7508706 or 1994125. OLE color: 1994125.

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

Color convert

RGB14110930-
CMYK00.230.790.45
HSL42.7º64.91%33.53%-
HSV(B)42.7º78.72%55.29%-
XYZ16.6916.693.57-
YUV109.5683.1150.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=50.36%
G=38.93%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411093000.230.790.4542.764.9133.53
Hex8D6D1E0174F2D2b4122
Octal21515536027117555310142
Binary1000110111011011111001011110011111011011010111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,30); }

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

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

 a { background-color: rgb(141,109,30); }

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

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

 span { border-color: rgb(141,109,30); }

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