#7A6F14

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

Shades of Yukon Gold #7A6F14

Tints of Yukon Gold #7A6F14

Color information

#7A6F14 (or 0x7A6F14) is unknown color: approx Yukon Gold. HEX triplet: 7A, 6F and 14. RGB value is (122,111,20). Sum of RGB (Red+Green+Blue) = 122+111+20=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6F14 is #8590EB. Grayscale: #686868. Windows color (decimal): -8753388 or 1339258. OLE color: 1339258.

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

Color convert

RGB12211120-
CMYK00.090.840.52
HSL53.53º71.83%27.84%-
HSV(B)53.53º83.61%47.84%-
XYZ13.8415.562.94-
YUV103.9280.64140.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.22%
GREEN value IS 111 (43.75% from 255) = 43.87%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=48.22%
G=43.87%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221112000.090.840.5253.5371.8327.84
Hex7A6F1409543436481c
Octal17215724011124646611034
Binary1111010110111110100010011010100110100110110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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