#8F7618

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

Shades of Yukon Gold #8F7618

Tints of Yukon Gold #8F7618

Color information

#8F7618 (or 0x8F7618) is unknown color: approx Yukon Gold. HEX triplet: 8F, 76 and 18. RGB value is (143,118,24). Sum of RGB (Red+Green+Blue) = 143+118+24=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7618 is #7089E7. Grayscale: #737373. Windows color (decimal): -7375336 or 1603215. OLE color: 1603215.

HSL color Cylindrical-coordinate representation of color #8F7618: hue angle of 47.39º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F7618 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB14311824-
CMYK00.170.830.44
HSL47.39º71.26%32.75%-
HSV(B)47.39º83.22%56.08%-
XYZ17.9718.863.56-
YUV114.7676.78148.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.18%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=50.18%
G=41.40%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431182400.170.830.4447.3971.2632.75
Hex8F7618011532C2f4721
Octal21716630021123545710741
Binary1000111111101101100001000110100111011001011111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,118,24); }

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

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

 a { background-color: rgb(143,118,24); }

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

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

 span { border-color: rgb(143,118,24); }

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