#796D12

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

Shades of Yukon Gold #796D12

Tints of Yukon Gold #796D12

Color information

#796D12 (or 0x796D12) is unknown color: approx Yukon Gold. HEX triplet: 79, 6D and 12. RGB value is (121,109,18). Sum of RGB (Red+Green+Blue) = 121+109+18=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #796D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796D12 is #8692ED. Grayscale: #666666. Windows color (decimal): -8819438 or 1207673. OLE color: 1207673.

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

Color convert

RGB12110918-
CMYK00.100.850.53
HSL53.01º74.1%27.25%-
HSV(B)53.01º85.12%47.45%-
XYZ13.4615.052.77-
YUV102.2180.48141.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=48.79%
G=43.95%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211091800.100.850.5353.0174.127.25
Hex796D120A5535354a1b
Octal17115522012125656511233
Binary1111001110110110010010101010101110101110101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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