#7A6E16

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

Shades of Yukon Gold #7A6E16

Tints of Yukon Gold #7A6E16

Color information

#7A6E16 (or 0x7A6E16) is unknown color: approx Yukon Gold. HEX triplet: 7A, 6E and 16. RGB value is (122,110,22). Sum of RGB (Red+Green+Blue) = 122+110+22=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6E16 is #8591E9. Grayscale: #676767. Windows color (decimal): -8753642 or 1470074. OLE color: 1470074.

HSL color Cylindrical-coordinate representation of color #7A6E16: hue angle of 52.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A6E16 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB12211022-
CMYK00.100.820.52
HSL52.8º69.44%28.24%-
HSV(B)52.8º81.97%47.84%-
XYZ13.7515.353-
YUV103.5681.98141.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.03%
GREEN value IS 110 (43.36% from 255) = 43.31%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=48.03%
G=43.31%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221102200.100.820.5252.869.4428.24
Hex7A6E160A523435451c
Octal17215626012122646510534
Binary1111010110111010110010101010010110100110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,22); }

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

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

 a { background-color: rgb(122,110,22); }

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

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

 span { border-color: rgb(122,110,22); }

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