#7F6914

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

Shades of Yukon Gold #7F6914

Tints of Yukon Gold #7F6914

Color information

#7F6914 (or 0x7F6914) is unknown color: approx Yukon Gold. HEX triplet: 7F, 69 and 14. RGB value is (127,105,20). Sum of RGB (Red+Green+Blue) = 127+105+20=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6914 is #8096EB. Grayscale: #666666. Windows color (decimal): -8427244 or 1337727. OLE color: 1337727.

HSL color Cylindrical-coordinate representation of color #7F6914: hue angle of 47.66º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F6914 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB12710520-
CMYK00.170.840.50
HSL47.66º72.79%28.82%-
HSV(B)47.66º84.25%49.8%-
XYZ13.9314.672.76-
YUV101.8981.79145.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.40%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=50.40%
G=41.67%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271052000.170.840.5047.6672.7928.82
Hex7F6914011543230491d
Octal17715124021124626011135
Binary11111111101001101000100011010100110010110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6914; }

 p { color: rgb(127,105,20); }

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

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

 a { background-color: rgb(127,105,20); }

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

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

 span { border-color: rgb(127,105,20); }

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