#7a6313

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

Shades of Yukon Gold #7A6313

Tints of Yukon Gold #7A6313

Color information

#7A6313 (or 0x7A6313) is unknown color: approx Yukon Gold. HEX triplet: 7A, 63 and 13. RGB value is (122,99,19). Sum of RGB (Red+Green+Blue) = 122+99+19=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6313 is #859CEC. Grayscale: #616161. Windows color (decimal): -8756461 or 1270650. OLE color: 1270650.

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

Color convert

RGB1229919-
CMYK00.190.840.52
HSL46.6º73.05%27.65%-
HSV(B)46.6º84.43%47.84%-
XYZ12.6113.112.48-
YUV96.7684.12146-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.83%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=50.83%
G=41.25%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122991900.190.840.5246.673.0527.65
Hex7A631301354342f491c
Octal17214323023124645711134
Binary11110101100011100110100111010100110100101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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