#7A6506

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

Shades of Yukon Gold #7A6506

Tints of Yukon Gold #7A6506

Color information

#7A6506 (or 0x7A6506) is unknown color: approx Yukon Gold. HEX triplet: 7A, 65 and 06. RGB value is (122,101,6). Sum of RGB (Red+Green+Blue) = 122+101+6=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6506 is #859AF9. Grayscale: #606060. Windows color (decimal): -8755962 or 419194. OLE color: 419194.

HSL color Cylindrical-coordinate representation of color #7A6506: hue angle of 49.14º 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 #7A6506 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB1221016-
CMYK00.170.950.52
HSL49.14º90.62%25.1%-
HSV(B)49.14º95.08%47.84%-
XYZ12.7113.462.1-
YUV96.4576.96146.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.28%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=53.28%
G=44.10%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122101600.170.950.5249.1490.6225.1
Hex7A6560115F34315b19
Octal1721456021137646113331
Binary111101011001011100100011011111110100110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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