#79680B

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

Shades of Yukon Gold #79680B

Tints of Yukon Gold #79680B

Color information

#79680B (or 0x79680B) is unknown color: approx Yukon Gold. HEX triplet: 79, 68 and 0B. RGB value is (121,104,11). Sum of RGB (Red+Green+Blue) = 121+104+11=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79680B is #8697F4. Grayscale: #626262. Windows color (decimal): -8820725 or 747641. OLE color: 747641.

HSL color Cylindrical-coordinate representation of color #79680B: hue angle of 50.73º 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 #79680B is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB12110411-
CMYK00.140.910.53
HSL50.73º83.33%25.88%-
HSV(B)50.73º90.91%47.45%-
XYZ12.913.992.34-
YUV98.4878.63144.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 11 (4.69% from 255) = 4.66%
R=51.27%
G=44.07%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211041100.140.910.5350.7383.3325.88
Hex7968B0E5B3533531a
Octal17115013016133656312332
Binary111100111010001011011101011011110101110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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