#796515

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

Shades of Yukon Gold #796515

Tints of Yukon Gold #796515

Color information

#796515 (or 0x796515) is unknown color: approx Yukon Gold. HEX triplet: 79, 65 and 15. RGB value is (121,101,21). Sum of RGB (Red+Green+Blue) = 121+101+21=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #796515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796515 is #869AEA. Grayscale: #626262. Windows color (decimal): -8821483 or 1402233. OLE color: 1402233.

HSL color Cylindrical-coordinate representation of color #796515: hue angle of 48º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #796515 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB12110121-
CMYK00.170.830.53
HSL48º70.42%27.84%-
HSV(B)48º82.64%47.45%-
XYZ12.6713.432.63-
YUV97.8684.63144.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=49.79%
G=41.56%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211012100.170.830.534870.4227.84
Hex796515011533530461c
Octal17114525021123656010634
Binary11110011100101101010100011010011110101110000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796515; }

 p { color: rgb(121,101,21); }

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

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

 a { background-color: rgb(121,101,21); }

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

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

 span { border-color: rgb(121,101,21); }

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