#796405

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

Shades of Yukon Gold #796405

Tints of Yukon Gold #796405

Color information

#796405 (or 0x796405) is unknown color: approx Yukon Gold. HEX triplet: 79, 64 and 05. RGB value is (121,100,5). Sum of RGB (Red+Green+Blue) = 121+100+5=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #796405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796405 is #869BFA. Grayscale: #5F5F5F. Windows color (decimal): -8821755 or 353401. OLE color: 353401.

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

Color convert

RGB1211005-
CMYK00.170.960.53
HSL49.14º92.06%24.71%-
HSV(B)49.14º95.87%47.45%-
XYZ12.4713.192.03-
YUV95.4576.96146.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.54%
GREEN value IS 100 (39.45% from 255) = 44.25%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=53.54%
G=44.25%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121100500.170.960.5349.1492.0624.71
Hex796450116035315c19
Octal1711445021140656113431
Binary111100111001001010100011100000110101110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796405; }

 p { color: rgb(121,100,5); }

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

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

 a { background-color: rgb(121,100,5); }

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

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

 span { border-color: rgb(121,100,5); }

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