#867015

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

Shades of Yukon Gold #867015

Tints of Yukon Gold #867015

Color information

#867015 (or 0x867015) is unknown color: approx Yukon Gold. HEX triplet: 86, 70 and 15. RGB value is (134,112,21). Sum of RGB (Red+Green+Blue) = 134+112+21=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #867015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867015 is #798FEA. Grayscale: #6C6C6C. Windows color (decimal): -7966699 or 1405062. OLE color: 1405062.

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

Color convert

RGB13411221-
CMYK00.160.840.47
HSL48.32º72.9%30.39%-
HSV(B)48.32º84.33%52.55%-
XYZ15.7616.713.1-
YUV108.278.79146.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 21 (8.59% from 255) = 7.87%
R=50.19%
G=41.95%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341122100.160.840.4748.3272.930.39
Hex867015010542F30491e
Octal20616025020124576011136
Binary100001101110000101010100001010100101111110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867015; }

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

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

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

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

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

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

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

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