#7A621C

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

Shades of Yukon Gold #7A621C

Tints of Yukon Gold #7A621C

Color information

#7A621C (or 0x7A621C) is unknown color: approx Yukon Gold. HEX triplet: 7A, 62 and 1C. RGB value is (122,98,28). Sum of RGB (Red+Green+Blue) = 122+98+28=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A621C is #859DE3. Grayscale: #616161. Windows color (decimal): -8756708 or 1860218. OLE color: 1860218.

HSL color Cylindrical-coordinate representation of color #7A621C: hue angle of 44.68º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A621C is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB1229828-
CMYK00.200.770.52
HSL44.68º62.67%29.41%-
HSV(B)44.68º77.05%47.84%-
XYZ12.612.962.94-
YUV97.288.95145.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=49.19%
G=39.52%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122982800.200.770.5244.6862.6729.41
Hex7A621C0144D342d3f1d
Octal1721423402411564557735
Binary1111010110001011100010100100110111010010110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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