#79681B

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

Shades of Yukon Gold #79681B

Tints of Yukon Gold #79681B

Color information

#79681B (or 0x79681B) is unknown color: approx Yukon Gold. HEX triplet: 79, 68 and 1B. RGB value is (121,104,27). Sum of RGB (Red+Green+Blue) = 121+104+27=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79681B is #8697E4. Grayscale: #646464. Windows color (decimal): -8820709 or 1796217. OLE color: 1796217.

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

Color convert

RGB12110427-
CMYK00.140.780.53
HSL49.15º63.51%29.02%-
HSV(B)49.15º77.69%47.45%-
XYZ13.0314.043.06-
YUV100.386.63142.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=48.02%
G=41.27%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211042700.140.780.5349.1563.5129.02
Hex79681B0E4E3531401d
Octal17115033016116656110035
Binary1111001110100011011011101001110110101110001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79681B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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