#786314

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

Shades of Yukon Gold #786314

Tints of Yukon Gold #786314

Color information

#786314 (or 0x786314) is unknown color: approx Yukon Gold. HEX triplet: 78, 63 and 14. RGB value is (120,99,20). Sum of RGB (Red+Green+Blue) = 120+99+20=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #786314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786314 is #879CEB. Grayscale: #606060. Windows color (decimal): -8887532 or 1336184. OLE color: 1336184.

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

Color convert

RGB1209920-
CMYK00.170.830.53
HSL47.4º71.43%27.45%-
HSV(B)47.4º83.33%47.06%-
XYZ12.3312.972.51-
YUV96.2784.96144.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=50.21%
G=41.42%
B=8.37%

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
Decimal120992000.170.830.5347.471.4327.45
Hex78631401153352f471b
Octal17014324021123655710733
Binary11110001100011101000100011010011110101101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786314; }

 p { color: rgb(120,99,20); }

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

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

 a { background-color: rgb(120,99,20); }

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

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

 span { border-color: rgb(120,99,20); }

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