#786220

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

Shades of Yukon Gold #786220

Tints of Yukon Gold #786220

Color information

#786220 (or 0x786220) is unknown color: approx Yukon Gold. HEX triplet: 78, 62 and 20. RGB value is (120,98,32). Sum of RGB (Red+Green+Blue) = 120+98+32=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #786220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786220 is #879DDF. Grayscale: #616161. Windows color (decimal): -8887776 or 2122360. OLE color: 2122360.

HSL color Cylindrical-coordinate representation of color #786220: hue angle of 45º 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 #786220 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1209832-
CMYK00.180.730.53
HSL45º57.89%29.8%-
HSV(B)45º73.33%47.06%-
XYZ12.3712.833.19-
YUV97.0591.29144.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=48%
G=39.2%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120983200.180.730.534557.8929.8
Hex78622001249352d3a1e
Octal1701424002211165557236
Binary11110001100010100000010010100100111010110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786220; }

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

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

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

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

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

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

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

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