#796B13

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

Shades of Yukon Gold #796B13

Tints of Yukon Gold #796B13

Color information

#796B13 (or 0x796B13) is unknown color: approx Yukon Gold. HEX triplet: 79, 6B and 13. RGB value is (121,107,19). Sum of RGB (Red+Green+Blue) = 121+107+19=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #796B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796B13 is #8694EC. Grayscale: #656565. Windows color (decimal): -8819949 or 1272697. OLE color: 1272697.

HSL color Cylindrical-coordinate representation of color #796B13: hue angle of 51.76º 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 #796B13 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB12110719-
CMYK00.120.840.53
HSL51.76º72.86%27.45%-
HSV(B)51.76º84.3%47.45%-
XYZ13.2614.632.74-
YUV101.1581.64142.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.99%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=48.99%
G=43.32%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211071900.120.840.5351.7672.8627.45
Hex796B130C543534491b
Octal17115323014124656411133
Binary1111001110101110011011001010100110101110100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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