#7F6301

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

Shades of Yukon Gold #7F6301

Tints of Yukon Gold #7F6301

Color information

#7F6301 (or 0x7F6301) is unknown color: approx Yukon Gold. HEX triplet: 7F, 63 and 01. RGB value is (127,99,1). Sum of RGB (Red+Green+Blue) = 127+99+1=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6301 is #809CFE. Grayscale: #606060. Windows color (decimal): -8428799 or 91007. OLE color: 91007.

HSL color Cylindrical-coordinate representation of color #7F6301: hue angle of 46.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F6301 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB127991-
CMYK00.220.990.50
HSL46.67º98.44%25.1%-
HSV(B)46.67º99.21%49.8%-
XYZ13.2213.441.93-
YUV96.274.28149.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.95%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=55.95%
G=43.61%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12799100.220.990.5046.6798.4425.1
Hex7F63101663322f6219
Octal1771431026143625714231
Binary1111111110001110101101100011110010101111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,99,1); }

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

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

 a { background-color: rgb(127,99,1); }

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

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

 span { border-color: rgb(127,99,1); }

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