#7A6706

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

Shades of Yukon Gold #7A6706

Tints of Yukon Gold #7A6706

Color information

#7A6706 (or 0x7A6706) is unknown color: approx Yukon Gold. HEX triplet: 7A, 67 and 06. RGB value is (122,103,6). Sum of RGB (Red+Green+Blue) = 122+103+6=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6706 is #8598F9. Grayscale: #626262. Windows color (decimal): -8755450 or 419706. OLE color: 419706.

HSL color Cylindrical-coordinate representation of color #7A6706: hue angle of 50.17º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A6706 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB1221036-
CMYK00.160.950.52
HSL50.17º90.62%25.1%-
HSV(B)50.17º95.08%47.84%-
XYZ12.9113.852.17-
YUV97.6276.29145.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.81%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=52.81%
G=44.59%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122103600.160.950.5250.1790.6225.1
Hex7A6760105F34325b19
Octal1721476020137646213331
Binary111101011001111100100001011111110100110010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,6); }

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

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

 a { background-color: rgb(122,103,6); }

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

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

 span { border-color: rgb(122,103,6); }

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