#867013

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

Shades of Yukon Gold #867013

Tints of Yukon Gold #867013

Color information

#867013 (or 0x867013) is unknown color: approx Yukon Gold. HEX triplet: 86, 70 and 13. RGB value is (134,112,19). Sum of RGB (Red+Green+Blue) = 134+112+19=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #867013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867013 is #798FEC. Grayscale: #6C6C6C. Windows color (decimal): -7966701 or 1273990. OLE color: 1273990.

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

Color convert

RGB13411219-
CMYK00.160.860.47
HSL48.52º75.16%30%-
HSV(B)48.52º85.82%52.55%-
XYZ15.7416.73.01-
YUV107.9877.79146.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 19 (7.81% from 255) = 7.17%
R=50.57%
G=42.26%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341121900.160.860.4748.5275.1630
Hex867013010562F314b1e
Octal20616023020126576111336
Binary100001101110000100110100001010110101111110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867013; }

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

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

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

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

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

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

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

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