#7A6614

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

Shades of Yukon Gold #7A6614

Tints of Yukon Gold #7A6614

Color information

#7A6614 (or 0x7A6614) is unknown color: approx Yukon Gold. HEX triplet: 7A, 66 and 14. RGB value is (122,102,20). Sum of RGB (Red+Green+Blue) = 122+102+20=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6614 is #8599EB. Grayscale: #626262. Windows color (decimal): -8755692 or 1336954. OLE color: 1336954.

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

Color convert

RGB12210220-
CMYK00.160.840.52
HSL48.24º71.83%27.84%-
HSV(B)48.24º83.61%47.84%-
XYZ12.913.692.62-
YUV98.6383.63144.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=50%
G=41.80%
B=8.20%

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
Decimal1221022000.160.840.5248.2471.8327.84
Hex7A6614010543430481c
Octal17214624020124646011034
Binary11110101100110101000100001010100110100110000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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