#7A6509

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

Shades of Yukon Gold #7A6509

Tints of Yukon Gold #7A6509

Color information

#7A6509 (or 0x7A6509) is unknown color: approx Yukon Gold. HEX triplet: 7A, 65 and 09. RGB value is (122,101,9). Sum of RGB (Red+Green+Blue) = 122+101+9=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6509 is #859AF6. Grayscale: #616161. Windows color (decimal): -8755959 or 615802. OLE color: 615802.

HSL color Cylindrical-coordinate representation of color #7A6509: hue angle of 48.85º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A6509 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB1221019-
CMYK00.170.930.52
HSL48.85º86.26%25.69%-
HSV(B)48.85º92.62%47.84%-
XYZ12.7313.462.19-
YUV96.7978.46145.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.59%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 9 (3.91% from 255) = 3.88%
R=52.59%
G=43.53%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122101900.170.930.5248.8586.2625.69
Hex7A6590115D3431561a
Octal17214511021135646112632
Binary1111010110010110010100011011101110100110001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,9); }

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

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

 a { background-color: rgb(122,101,9); }

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

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

 span { border-color: rgb(122,101,9); }

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