#796E13

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

Shades of Yukon Gold #796E13

Tints of Yukon Gold #796E13

Color information

#796E13 (or 0x796E13) is unknown color: approx Yukon Gold. HEX triplet: 79, 6E and 13. RGB value is (121,110,19). Sum of RGB (Red+Green+Blue) = 121+110+19=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #796E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796E13 is #8691EC. Grayscale: #676767. Windows color (decimal): -8819181 or 1273465. OLE color: 1273465.

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

Color convert

RGB12111019-
CMYK00.090.840.53
HSL53.53º72.86%27.45%-
HSV(B)53.53º84.3%47.45%-
XYZ13.5815.262.85-
YUV102.9280.64140.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 110 (43.36% from 255) = 44%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=48.4%
G=44%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211101900.090.840.5353.5372.8627.45
Hex796E1309543536491b
Octal17115623011124656611133
Binary1111001110111010011010011010100110101110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,19); }

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

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

 a { background-color: rgb(121,110,19); }

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

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

 span { border-color: rgb(121,110,19); }

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