#79691F

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

Shades of Yukon Gold #79691F

Tints of Yukon Gold #79691F

Color information

#79691F (or 0x79691F) is unknown color: approx Yukon Gold. HEX triplet: 79, 69 and 1F. RGB value is (121,105,31). Sum of RGB (Red+Green+Blue) = 121+105+31=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #79691F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79691F is #8696E0. Grayscale: #656565. Windows color (decimal): -8820449 or 2058617. OLE color: 2058617.

HSL color Cylindrical-coordinate representation of color #79691F: hue angle of 49.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79691F is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12110531-
CMYK00.130.740.53
HSL49.33º59.21%29.8%-
HSV(B)49.33º74.38%47.45%-
XYZ13.1814.273.36-
YUV101.3588.3142.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=47.08%
G=40.86%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211053100.130.740.5349.3359.2129.8
Hex79691F0D4A35313b1e
Octal1711513701511265617336
Binary111100111010011111101101100101011010111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79691F; }

 p { color: rgb(121,105,31); }

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

<style>
 a { background-color: #79691F; }

 a { background-color: rgb(121,105,31); }

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

<style>
 span { border-color: #79691F; }

 span { border-color: rgb(121,105,31); }

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