#79670C

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

Shades of Yukon Gold #79670C

Tints of Yukon Gold #79670C

Color information

#79670C (or 0x79670C) is unknown color: approx Yukon Gold. HEX triplet: 79, 67 and 0C. RGB value is (121,103,12). Sum of RGB (Red+Green+Blue) = 121+103+12=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79670C is #8698F3. Grayscale: #626262. Windows color (decimal): -8820980 or 812921. OLE color: 812921.

HSL color Cylindrical-coordinate representation of color #79670C: hue angle of 50.09º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79670C is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB12110312-
CMYK00.150.900.53
HSL50.09º81.95%26.08%-
HSV(B)50.09º90.08%47.45%-
XYZ12.813.792.34-
YUV98.0179.46144.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 12 (5.08% from 255) = 5.08%
R=51.27%
G=43.64%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211031200.150.900.5350.0981.9526.08
Hex7967C0F5A3532521a
Octal17114714017132656212232
Binary111100111001111100011111011010110101110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79670C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79670C; }

 p { color: rgb(121,103,12); }

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

<style>
 a { background-color: #79670C; }

 a { background-color: rgb(121,103,12); }

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

<style>
 span { border-color: #79670C; }

 span { border-color: rgb(121,103,12); }

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