#7A6913

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

Shades of Yukon Gold #7A6913

Tints of Yukon Gold #7A6913

Color information

#7A6913 (or 0x7A6913) is unknown color: approx Yukon Gold. HEX triplet: 7A, 69 and 13. RGB value is (122,105,19). Sum of RGB (Red+Green+Blue) = 122+105+19=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6913 is #8596EC. Grayscale: #646464. Windows color (decimal): -8754925 or 1272186. OLE color: 1272186.

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

Color convert

RGB12210519-
CMYK00.140.840.52
HSL50.1º73.05%27.65%-
HSV(B)50.1º84.43%47.84%-
XYZ13.214.292.68-
YUV100.2882.13143.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.59%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=49.59%
G=42.68%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221051900.140.840.5250.173.0527.65
Hex7A69130E543432491c
Octal17215123016124646211134
Binary1111010110100110011011101010100110100110010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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