#7F6201

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

Shades of Yukon Gold #7F6201

Tints of Yukon Gold #7F6201

Color information

#7F6201 (or 0x7F6201) is unknown color: approx Yukon Gold. HEX triplet: 7F, 62 and 01. RGB value is (127,98,1). Sum of RGB (Red+Green+Blue) = 127+98+1=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6201 is #809DFE. Grayscale: #606060. Windows color (decimal): -8429055 or 90751. OLE color: 90751.

HSL color Cylindrical-coordinate representation of color #7F6201: hue angle of 46.19º 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 #7F6201 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB127981-
CMYK00.230.990.50
HSL46.19º98.44%25.1%-
HSV(B)46.19º99.21%49.8%-
XYZ13.1313.251.89-
YUV95.6174.61150.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.19%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=56.19%
G=43.36%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12798100.230.990.5046.1998.4425.1
Hex7F62101763322e6219
Octal1771421027143625614231
Binary1111111110001010101111100011110010101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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