#867A15

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

Shades of Yukon Gold #867A15

Tints of Yukon Gold #867A15

Color information

#867A15 (or 0x867A15) is unknown color: approx Yukon Gold. HEX triplet: 86, 7A and 15. RGB value is (134,122,21). Sum of RGB (Red+Green+Blue) = 134+122+21=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #867A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867A15 is #7985EA. Grayscale: #727272. Windows color (decimal): -7964139 or 1407622. OLE color: 1407622.

HSL color Cylindrical-coordinate representation of color #867A15: hue angle of 53.63º 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 #867A15 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB13412221-
CMYK00.090.840.47
HSL53.63º72.9%30.39%-
HSV(B)53.63º84.33%52.55%-
XYZ16.9319.043.49-
YUV114.0775.48142.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=48.38%
G=44.04%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341222100.090.840.4753.6372.930.39
Hex867A1509542F36491e
Octal20617225011124576611136
Binary10000110111101010101010011010100101111110110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867A15; }

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

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

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

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

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

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

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

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