#7A6929

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

Shades of Yukon Gold #7A6929

Tints of Yukon Gold #7A6929

Color information

#7A6929 (or 0x7A6929) is unknown color: approx Yukon Gold. HEX triplet: 7A, 69 and 29. RGB value is (122,105,41). Sum of RGB (Red+Green+Blue) = 122+105+41=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6929 is #8596D6. Grayscale: #676767. Windows color (decimal): -8754903 or 2713978. OLE color: 2713978.

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

Color convert

RGB12210541-
CMYK00.140.660.52
HSL47.41º49.69%31.96%-
HSV(B)47.41º66.39%47.84%-
XYZ13.4814.44.17-
YUV102.7993.13141.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=45.52%
G=39.18%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221054100.140.660.5247.4149.6931.96
Hex7A69290E42342f3220
Octal1721515101610264576240
Binary11110101101001101001011101000010110100101111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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