#867118

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

Shades of Yukon Gold #867118

Tints of Yukon Gold #867118

Color information

#867118 (or 0x867118) is unknown color: approx Yukon Gold. HEX triplet: 86, 71 and 18. RGB value is (134,113,24). Sum of RGB (Red+Green+Blue) = 134+113+24=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867118 is #798EE7. Grayscale: #6D6D6D. Windows color (decimal): -7966440 or 1601926. OLE color: 1601926.

HSL color Cylindrical-coordinate representation of color #867118: hue angle of 48.55º 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 #867118 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB13411324-
CMYK00.160.820.47
HSL48.55º69.62%30.98%-
HSV(B)48.55º82.09%52.55%-
XYZ15.916.943.3-
YUV109.1379.96145.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=49.45%
G=41.70%
B=8.86%

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
Decimal1341132400.160.820.4748.5569.6230.98
Hex867118010522F31461f
Octal20616130020122576110637
Binary100001101110001110000100001010010101111110001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867118; }

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

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

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

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

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

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

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

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