#796C16

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

Shades of Yukon Gold #796C16

Tints of Yukon Gold #796C16

Color information

#796C16 (or 0x796C16) is unknown color: approx Yukon Gold. HEX triplet: 79, 6C and 16. RGB value is (121,108,22). Sum of RGB (Red+Green+Blue) = 121+108+22=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #796C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796C16 is #8693E9. Grayscale: #666666. Windows color (decimal): -8819690 or 1469561. OLE color: 1469561.

HSL color Cylindrical-coordinate representation of color #796C16: hue angle of 52.12º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #796C16 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB12110822-
CMYK00.110.820.53
HSL52.12º69.23%28.04%-
HSV(B)52.12º81.82%47.45%-
XYZ13.3914.852.92-
YUV102.0882.81141.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.21%
GREEN value IS 108 (42.58% from 255) = 43.03%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=48.21%
G=43.03%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211082200.110.820.5352.1269.2328.04
Hex796C160B523534451c
Octal17115426013122656410534
Binary1111001110110010110010111010010110101110100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,22); }

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

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

 a { background-color: rgb(121,108,22); }

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

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

 span { border-color: rgb(121,108,22); }

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