#79681D

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

Shades of Yukon Gold #79681D

Tints of Yukon Gold #79681D

Color information

#79681D (or 0x79681D) is unknown color: approx Yukon Gold. HEX triplet: 79, 68 and 1D. RGB value is (121,104,29). Sum of RGB (Red+Green+Blue) = 121+104+29=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #79681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79681D is #8697E2. Grayscale: #646464. Windows color (decimal): -8820707 or 1927289. OLE color: 1927289.

HSL color Cylindrical-coordinate representation of color #79681D: hue angle of 48.91º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79681D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB12110429-
CMYK00.140.760.53
HSL48.91º61.33%29.41%-
HSV(B)48.91º76.03%47.45%-
XYZ13.0614.053.19-
YUV100.5387.63142.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 29 (11.72% from 255) = 11.42%
R=47.64%
G=40.94%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211042900.140.760.5348.9161.3329.41
Hex79681D0E4C35313d1d
Octal1711503501611465617535
Binary111100111010001110101110100110011010111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79681D; }

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

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

<style>
 a { background-color: #79681D; }

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

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

<style>
 span { border-color: #79681D; }

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

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