#796D0F

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

Shades of Yukon Gold #796D0F

Tints of Yukon Gold #796D0F

Color information

#796D0F (or 0x796D0F) is unknown color: approx Yukon Gold. HEX triplet: 79, 6D and 0F. RGB value is (121,109,15). Sum of RGB (Red+Green+Blue) = 121+109+15=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #796D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796D0F is #8692F0. Grayscale: #666666. Windows color (decimal): -8819441 or 1011065. OLE color: 1011065.

HSL color Cylindrical-coordinate representation of color #796D0F: hue angle of 53.21º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #796D0F is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB12110915-
CMYK00.100.880.53
HSL53.21º77.94%26.67%-
HSV(B)53.21º87.6%47.45%-
XYZ13.4415.042.65-
YUV101.8778.98141.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 109 (42.97% from 255) = 44.49%
BLUE value IS 15 (6.25% from 255) = 6.12%
R=49.39%
G=44.49%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211091500.100.880.5353.2177.9426.67
Hex796DF0A5835354e1b
Octal17115517012130656511633
Binary111100111011011111010101011000110101110101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796D0F; }

 p { color: rgb(121,109,15); }

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

<style>
 a { background-color: #796D0F; }

 a { background-color: rgb(121,109,15); }

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

<style>
 span { border-color: #796D0F; }

 span { border-color: rgb(121,109,15); }

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