#7A6214

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

Shades of Yukon Gold #7A6214

Tints of Yukon Gold #7A6214

Color information

#7A6214 (or 0x7A6214) is unknown color: approx Yukon Gold. HEX triplet: 7A, 62 and 14. RGB value is (122,98,20). Sum of RGB (Red+Green+Blue) = 122+98+20=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6214 is #859DEB. Grayscale: #606060. Windows color (decimal): -8756716 or 1335930. OLE color: 1335930.

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

Color convert

RGB1229820-
CMYK00.200.840.52
HSL45.88º71.83%27.84%-
HSV(B)45.88º83.61%47.84%-
XYZ12.5212.922.5-
YUV96.2884.95146.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.83%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=50.83%
G=40.83%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122982000.200.840.5245.8871.8327.84
Hex7A621401454342e481c
Octal17214224024124645611034
Binary11110101100010101000101001010100110100101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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