#8A6F11

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

Shades of Yukon Gold #8A6F11

Tints of Yukon Gold #8A6F11

Color information

#8A6F11 (or 0x8A6F11) is unknown color: approx Yukon Gold. HEX triplet: 8A, 6F and 11. RGB value is (138,111,17). Sum of RGB (Red+Green+Blue) = 138+111+17=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6F11 is #7590EE. Grayscale: #6C6C6C. Windows color (decimal): -7704815 or 1142666. OLE color: 1142666.

HSL color Cylindrical-coordinate representation of color #8A6F11: hue angle of 46.61º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A6F11 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB13811117-
CMYK00.200.880.46
HSL46.61º78.06%30.39%-
HSV(B)46.61º87.68%54.12%-
XYZ16.2716.812.92-
YUV108.3676.45149.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.88%
GREEN value IS 111 (43.75% from 255) = 41.73%
BLUE value IS 17 (7.03% from 255) = 6.39%
R=51.88%
G=41.73%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381111700.200.880.4646.6178.0630.39
Hex8A6F11014582E2f4e1e
Octal21215721024130565711636
Binary100010101101111100010101001011000101110101111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,17); }

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

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

 a { background-color: rgb(138,111,17); }

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

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

 span { border-color: rgb(138,111,17); }

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