#786020

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

Shades of Yukon Gold #786020

Tints of Yukon Gold #786020

Color information

#786020 (or 0x786020) is unknown color: approx Yukon Gold. HEX triplet: 78, 60 and 20. RGB value is (120,96,32). Sum of RGB (Red+Green+Blue) = 120+96+32=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #786020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786020 is #879FDF. Grayscale: #606060. Windows color (decimal): -8888288 or 2121848. OLE color: 2121848.

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

Color convert

RGB1209632-
CMYK00.20.730.53
HSL43.64º57.89%29.8%-
HSV(B)43.64º73.33%47.06%-
XYZ12.1912.463.13-
YUV95.8891.95145.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=48.39%
G=38.71%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120963200.20.730.5343.6457.8929.8
Hex78602001449352c3a1e
Octal1701404002411165547236
Binary11110001100000100000010100100100111010110110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786020; }

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

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

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

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

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

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

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

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