#867512

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

Shades of Yukon Gold #867512

Tints of Yukon Gold #867512

Color information

#867512 (or 0x867512) is unknown color: approx Yukon Gold. HEX triplet: 86, 75 and 12. RGB value is (134,117,18). Sum of RGB (Red+Green+Blue) = 134+117+18=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #867512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867512 is #798AED. Grayscale: #6F6F6F. Windows color (decimal): -7965422 or 1209734. OLE color: 1209734.

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

Color convert

RGB13411718-
CMYK00.130.870.47
HSL51.21º76.32%29.8%-
HSV(B)51.21º86.57%52.55%-
XYZ16.317.833.16-
YUV110.875.63144.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=49.81%
G=43.49%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341171800.130.870.4751.2176.3229.8
Hex8675120D572F334c1e
Octal20616522015127576311436
Binary10000110111010110010011011010111101111110011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867512; }

 p { color: rgb(134,117,18); }

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

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

 a { background-color: rgb(134,117,18); }

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

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

 span { border-color: rgb(134,117,18); }

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