#867019

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

Shades of Yukon Gold #867019

Tints of Yukon Gold #867019

Color information

#867019 (or 0x867019) is unknown color: approx Yukon Gold. HEX triplet: 86, 70 and 19. RGB value is (134,112,25). Sum of RGB (Red+Green+Blue) = 134+112+25=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867019 is #798FE6. Grayscale: #6D6D6D. Windows color (decimal): -7966695 or 1667206. OLE color: 1667206.

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

Color convert

RGB13411225-
CMYK00.160.810.47
HSL47.89º68.55%31.18%-
HSV(B)47.89º81.34%52.55%-
XYZ15.816.733.32-
YUV108.6680.79146.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 25 (10.16% from 255) = 9.23%
R=49.45%
G=41.33%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341122500.160.810.4747.8968.5531.18
Hex867019010512F30451f
Octal20616031020121576010537
Binary100001101110000110010100001010001101111110000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867019; }

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

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

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

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

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

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

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

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