#7A6306

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

Shades of Yukon Gold #7A6306

Tints of Yukon Gold #7A6306

Color information

#7A6306 (or 0x7A6306) is unknown color: approx Yukon Gold. HEX triplet: 7A, 63 and 06. RGB value is (122,99,6). Sum of RGB (Red+Green+Blue) = 122+99+6=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6306 is #859CF9. Grayscale: #5F5F5F. Windows color (decimal): -8756474 or 418682. OLE color: 418682.

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

Color convert

RGB122996-
CMYK00.190.950.52
HSL48.1º90.62%25.1%-
HSV(B)48.1º95.08%47.84%-
XYZ12.5213.072.04-
YUV95.2877.62147.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.74%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 6 (2.73% from 255) = 2.64%
R=53.74%
G=43.61%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12299600.190.950.5248.190.6225.1
Hex7A6360135F34305b19
Octal1721436023137646013331
Binary111101011000111100100111011111110100110000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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