#79660B

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

Shades of Yukon Gold #79660B

Tints of Yukon Gold #79660B

Color information

#79660B (or 0x79660B) is unknown color: approx Yukon Gold. HEX triplet: 79, 66 and 0B. RGB value is (121,102,11). Sum of RGB (Red+Green+Blue) = 121+102+11=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79660B is #8699F4. Grayscale: #616161. Windows color (decimal): -8821237 or 747129. OLE color: 747129.

HSL color Cylindrical-coordinate representation of color #79660B: hue angle of 49.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79660B is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB12110211-
CMYK00.160.910.53
HSL49.64º83.33%25.88%-
HSV(B)49.64º90.91%47.45%-
XYZ12.713.592.27-
YUV97.3179.29144.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 11 (4.69% from 255) = 4.70%
R=51.71%
G=43.59%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211021100.160.910.5349.6483.3325.88
Hex7966B0105B3532531a
Octal17114613020133656212332
Binary1111001110011010110100001011011110101110010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79660B; }

 p { color: rgb(121,102,11); }

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

<style>
 a { background-color: #79660B; }

 a { background-color: rgb(121,102,11); }

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

<style>
 span { border-color: #79660B; }

 span { border-color: rgb(121,102,11); }

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