#7A6916

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

Shades of Yukon Gold #7A6916

Tints of Yukon Gold #7A6916

Color information

#7A6916 (or 0x7A6916) is unknown color: approx Yukon Gold. HEX triplet: 7A, 69 and 16. RGB value is (122,105,22). Sum of RGB (Red+Green+Blue) = 122+105+22=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6916 is #8596E9. Grayscale: #646464. Windows color (decimal): -8754922 or 1468794. OLE color: 1468794.

HSL color Cylindrical-coordinate representation of color #7A6916: hue angle of 49.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A6916 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB12210522-
CMYK00.140.820.52
HSL49.8º69.44%28.24%-
HSV(B)49.8º81.97%47.84%-
XYZ13.2214.32.82-
YUV100.6283.63143.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.00%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=49.00%
G=42.17%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221052200.140.820.5249.869.4428.24
Hex7A69160E523432451c
Octal17215126016122646210534
Binary1111010110100110110011101010010110100110010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,22); }

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

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

 a { background-color: rgb(122,105,22); }

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

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

 span { border-color: rgb(122,105,22); }

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