#7A6321

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

Shades of Yukon Gold #7A6321

Tints of Yukon Gold #7A6321

Color information

#7A6321 (or 0x7A6321) is unknown color: approx Yukon Gold. HEX triplet: 7A, 63 and 21. RGB value is (122,99,33). Sum of RGB (Red+Green+Blue) = 122+99+33=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6321 is #859CDE. Grayscale: #626262. Windows color (decimal): -8756447 or 2188154. OLE color: 2188154.

HSL color Cylindrical-coordinate representation of color #7A6321: hue angle of 44.49º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A6321 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB1229933-
CMYK00.190.730.52
HSL44.49º57.42%30.39%-
HSV(B)44.49º72.95%47.84%-
XYZ12.7613.173.31-
YUV98.3591.12144.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.03%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 33 (13.28% from 255) = 12.99%
R=48.03%
G=38.98%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122993300.190.730.5244.4957.4230.39
Hex7A632101349342c391e
Octal1721434102311164547136
Binary11110101100011100001010011100100111010010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,33); }

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

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

 a { background-color: rgb(122,99,33); }

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

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

 span { border-color: rgb(122,99,33); }

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