#867210

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

Shades of Yukon Gold #867210

Tints of Yukon Gold #867210

Color information

#867210 (or 0x867210) is unknown color: approx Yukon Gold. HEX triplet: 86, 72 and 10. RGB value is (134,114,16). Sum of RGB (Red+Green+Blue) = 134+114+16=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #867210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867210 is #798DEF. Grayscale: #6D6D6D. Windows color (decimal): -7966192 or 1077894. OLE color: 1077894.

HSL color Cylindrical-coordinate representation of color #867210: hue angle of 49.83º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #867210 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13411416-
CMYK00.150.880.47
HSL49.83º78.67%29.41%-
HSV(B)49.83º88.06%52.55%-
XYZ15.9417.142.96-
YUV108.8175.63145.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 16 (6.64% from 255) = 6.06%
R=50.76%
G=43.18%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341141600.150.880.4749.8378.6729.41
Hex8672100F582F324f1d
Octal20616220017130576211735
Binary10000110111001010000011111011000101111110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867210; }

 p { color: rgb(134,114,16); }

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

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

 a { background-color: rgb(134,114,16); }

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

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

 span { border-color: rgb(134,114,16); }

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