#7A6608

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

Shades of Yukon Gold #7A6608

Tints of Yukon Gold #7A6608

Color information

#7A6608 (or 0x7A6608) is unknown color: approx Yukon Gold. HEX triplet: 7A, 66 and 08. RGB value is (122,102,8). Sum of RGB (Red+Green+Blue) = 122+102+8=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6608 is #8599F7. Grayscale: #616161. Windows color (decimal): -8755704 or 550522. OLE color: 550522.

HSL color Cylindrical-coordinate representation of color #7A6608: hue angle of 49.47º 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 #7A6608 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB1221028-
CMYK00.160.930.52
HSL49.47º87.69%25.49%-
HSV(B)49.47º93.44%47.84%-
XYZ12.8213.662.19-
YUV97.2677.63145.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.59%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 8 (3.52% from 255) = 3.45%
R=52.59%
G=43.97%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122102800.160.930.5249.4787.6925.49
Hex7A6680105D34315819
Octal17214610020135646113031
Binary1111010110011010000100001011101110100110001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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