#79641F

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

Shades of Yukon Gold #79641F

Tints of Yukon Gold #79641F

Color information

#79641F (or 0x79641F) is unknown color: approx Yukon Gold. HEX triplet: 79, 64 and 1F. RGB value is (121,100,31). Sum of RGB (Red+Green+Blue) = 121+100+31=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79641F is #869BE0. Grayscale: #626262. Windows color (decimal): -8821729 or 2057337. OLE color: 2057337.

HSL color Cylindrical-coordinate representation of color #79641F: hue angle of 46º 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 #79641F is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12110031-
CMYK00.170.740.53
HSL46º59.21%29.8%-
HSV(B)46º74.38%47.45%-
XYZ12.6913.283.19-
YUV98.4189.96144.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=48.02%
G=39.68%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211003100.170.740.534659.2129.8
Hex79641F0114A352e3b1e
Octal1711443702111265567336
Binary1111001110010011111010001100101011010110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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