#7A6011

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

Shades of Yukon Gold #7A6011

Tints of Yukon Gold #7A6011

Color information

#7A6011 (or 0x7A6011) is unknown color: approx Yukon Gold. HEX triplet: 7A, 60 and 11. RGB value is (122,96,17). Sum of RGB (Red+Green+Blue) = 122+96+17=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6011 is #859FEE. Grayscale: #5F5F5F. Windows color (decimal): -8757231 or 1138810. OLE color: 1138810.

HSL color Cylindrical-coordinate representation of color #7A6011: hue angle of 45.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A6011 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1229617-
CMYK00.210.860.52
HSL45.14º75.54%27.25%-
HSV(B)45.14º86.07%47.84%-
XYZ12.3112.542.3-
YUV94.7784.11147.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.91%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=51.91%
G=40.85%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122961700.210.860.5245.1475.5427.25
Hex7A601101556342d4c1b
Octal17214021025126645511433
Binary11110101100000100010101011010110110100101101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,17); }

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

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

 a { background-color: rgb(122,96,17); }

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

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

 span { border-color: rgb(122,96,17); }

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