#786420

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

Shades of Yukon Gold #786420

Tints of Yukon Gold #786420

Color information

#786420 (or 0x786420) is unknown color: approx Yukon Gold. HEX triplet: 78, 64 and 20. RGB value is (120,100,32). Sum of RGB (Red+Green+Blue) = 120+100+32=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #786420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786420 is #879BDF. Grayscale: #626262. Windows color (decimal): -8887264 or 2122872. OLE color: 2122872.

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

Color convert

RGB12010032-
CMYK00.170.730.53
HSL46.36º57.89%29.8%-
HSV(B)46.36º73.33%47.06%-
XYZ12.5613.213.25-
YUV98.2390.63143.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=47.62%
G=39.68%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201003200.170.730.5346.3657.8929.8
Hex78642001149352e3a1e
Octal1701444002111165567236
Binary11110001100100100000010001100100111010110111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786420; }

 p { color: rgb(120,100,32); }

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

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

 a { background-color: rgb(120,100,32); }

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

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

 span { border-color: rgb(120,100,32); }

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