#7A6022

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

Shades of Yukon Gold #7A6022

Tints of Yukon Gold #7A6022

Color information

#7A6022 (or 0x7A6022) is unknown color: approx Yukon Gold. HEX triplet: 7A, 60 and 22. RGB value is (122,96,34). Sum of RGB (Red+Green+Blue) = 122+96+34=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6022 is #859FDD. Grayscale: #606060. Windows color (decimal): -8757214 or 2252922. OLE color: 2252922.

HSL color Cylindrical-coordinate representation of color #7A6022: hue angle of 42.27º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A6022 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.52.

Color convert

RGB1229634-
CMYK00.210.720.52
HSL42.27º56.41%30.59%-
HSV(B)42.27º72.13%47.84%-
XYZ12.512.623.29-
YUV96.7192.61146.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.41%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 34 (13.67% from 255) = 13.49%
R=48.41%
G=38.10%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122963400.210.720.5242.2756.4130.59
Hex7A602201548342a381f
Octal1721404202511064527037
Binary11110101100000100010010101100100011010010101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,34); }

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

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

 a { background-color: rgb(122,96,34); }

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

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

 span { border-color: rgb(122,96,34); }

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