#8C7711

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

Shades of Yukon Gold #8C7711

Tints of Yukon Gold #8C7711

Color information

#8C7711 (or 0x8C7711) is unknown color: approx Yukon Gold. HEX triplet: 8C, 77 and 11. RGB value is (140,119,17). Sum of RGB (Red+Green+Blue) = 140+119+17=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7711 is #7388EE. Grayscale: #727272. Windows color (decimal): -7571695 or 1144716. OLE color: 1144716.

HSL color Cylindrical-coordinate representation of color #8C7711: hue angle of 49.76º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C7711 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB14011917-
CMYK00.150.880.45
HSL49.76º78.34%30.78%-
HSV(B)49.76º87.86%54.9%-
XYZ17.5118.813.24-
YUV113.6573.46146.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.72%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=50.72%
G=43.12%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401191700.150.880.4549.7678.3430.78
Hex8C77110F582D324e1f
Octal21416721017130556211637
Binary10001100111011110001011111011000101101110010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,17); }

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

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

 a { background-color: rgb(140,119,17); }

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

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

 span { border-color: rgb(140,119,17); }

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