#7A6908

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

Shades of Yukon Gold #7A6908

Tints of Yukon Gold #7A6908

Color information

#7A6908 (or 0x7A6908) is unknown color: approx Yukon Gold. HEX triplet: 7A, 69 and 08. RGB value is (122,105,8). Sum of RGB (Red+Green+Blue) = 122+105+8=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6908 is #8596F7. Grayscale: #636363. Windows color (decimal): -8754936 or 551290. OLE color: 551290.

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

Color convert

RGB1221058-
CMYK00.140.930.52
HSL51.05º87.69%25.49%-
HSV(B)51.05º93.44%47.84%-
XYZ13.1214.262.29-
YUV99.0276.63144.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.91%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 8 (3.52% from 255) = 3.40%
R=51.91%
G=44.68%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122105800.140.930.5251.0587.6925.49
Hex7A6980E5D34335819
Octal17215110016135646313031
Binary111101011010011000011101011101110100110011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,8); }

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

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

 a { background-color: rgb(122,105,8); }

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

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

 span { border-color: rgb(122,105,8); }

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