#867018

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

Shades of Yukon Gold #867018

Tints of Yukon Gold #867018

Color information

#867018 (or 0x867018) is unknown color: approx Yukon Gold. HEX triplet: 86, 70 and 18. RGB value is (134,112,24). Sum of RGB (Red+Green+Blue) = 134+112+24=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #867018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867018 is #798FE7. Grayscale: #6C6C6C. Windows color (decimal): -7966696 or 1601670. OLE color: 1601670.

HSL color Cylindrical-coordinate representation of color #867018: hue angle of 48º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #867018 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB13411224-
CMYK00.160.820.47
HSL48º69.62%30.98%-
HSV(B)48º82.09%52.55%-
XYZ15.7916.723.26-
YUV108.5580.29146.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=49.63%
G=41.48%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341122400.160.820.474869.6230.98
Hex867018010522F30461f
Octal20616030020122576010637
Binary100001101110000110000100001010010101111110000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867018; }

 p { color: rgb(134,112,24); }

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

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

 a { background-color: rgb(134,112,24); }

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

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

 span { border-color: rgb(134,112,24); }

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