#867314

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

Shades of Yukon Gold #867314

Tints of Yukon Gold #867314

Color information

#867314 (or 0x867314) is unknown color: approx Yukon Gold. HEX triplet: 86, 73 and 14. RGB value is (134,115,20). Sum of RGB (Red+Green+Blue) = 134+115+20=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #867314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867314 is #798CEB. Grayscale: #6E6E6E. Windows color (decimal): -7965932 or 1340294. OLE color: 1340294.

HSL color Cylindrical-coordinate representation of color #867314: hue angle of 50º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #867314 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13411520-
CMYK00.140.850.47
HSL50º74.03%30.2%-
HSV(B)50º85.07%52.55%-
XYZ16.0917.383.17-
YUV109.8577.29145.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=49.81%
G=42.75%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341152000.140.850.475074.0330.2
Hex8673140E552F324a1e
Octal20616324016125576211236
Binary10000110111001110100011101010101101111110010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867314; }

 p { color: rgb(134,115,20); }

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

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

 a { background-color: rgb(134,115,20); }

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

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

 span { border-color: rgb(134,115,20); }

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