#7A6613

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

Shades of Yukon Gold #7A6613

Tints of Yukon Gold #7A6613

Color information

#7A6613 (or 0x7A6613) is unknown color: approx Yukon Gold. HEX triplet: 7A, 66 and 13. RGB value is (122,102,19). Sum of RGB (Red+Green+Blue) = 122+102+19=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6613 is #8599EC. Grayscale: #626262. Windows color (decimal): -8755693 or 1271418. OLE color: 1271418.

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

Color convert

RGB12210219-
CMYK00.160.840.52
HSL48.35º73.05%27.65%-
HSV(B)48.35º84.43%47.84%-
XYZ12.8913.692.58-
YUV98.5283.13144.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.21%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=50.21%
G=41.98%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221021900.160.840.5248.3573.0527.65
Hex7A6613010543430491c
Octal17214623020124646011134
Binary11110101100110100110100001010100110100110000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,19); }

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

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

 a { background-color: rgb(122,102,19); }

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

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

 span { border-color: rgb(122,102,19); }

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