#7F6302

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

Shades of Yukon Gold #7F6302

Tints of Yukon Gold #7F6302

Color information

#7F6302 (or 0x7F6302) is unknown color: approx Yukon Gold. HEX triplet: 7F, 63 and 02. RGB value is (127,99,2). Sum of RGB (Red+Green+Blue) = 127+99+2=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6302 is #809CFD. Grayscale: #606060. Windows color (decimal): -8428798 or 156543. OLE color: 156543.

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

Color convert

RGB127992-
CMYK00.220.980.50
HSL46.56º96.9%25.29%-
HSV(B)46.56º98.43%49.8%-
XYZ13.2313.441.95-
YUV96.3174.78149.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=55.70%
G=43.42%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12799200.220.980.5046.5696.925.29
Hex7F63201662322f6119
Octal1771432026142625714131
Binary11111111100011100101101100010110010101111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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