#7A6615

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

Shades of Yukon Gold #7A6615

Tints of Yukon Gold #7A6615

Color information

#7A6615 (or 0x7A6615) is unknown color: approx Yukon Gold. HEX triplet: 7A, 66 and 15. RGB value is (122,102,21). Sum of RGB (Red+Green+Blue) = 122+102+21=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6615 is #8599EA. Grayscale: #636363. Windows color (decimal): -8755691 or 1402490. OLE color: 1402490.

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

Color convert

RGB12210221-
CMYK00.160.830.52
HSL48.12º70.63%28.04%-
HSV(B)48.12º82.79%47.84%-
XYZ12.9113.692.67-
YUV98.7584.13144.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.80%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=49.80%
G=41.63%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221022100.160.830.5248.1270.6328.04
Hex7A6615010533430471c
Octal17214625020123646010734
Binary11110101100110101010100001010011110100110000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,21); }

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

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

 a { background-color: rgb(122,102,21); }

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

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

 span { border-color: rgb(122,102,21); }

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