#786310

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

Shades of Yukon Gold #786310

Tints of Yukon Gold #786310

Color information

#786310 (or 0x786310) is unknown color: approx Yukon Gold. HEX triplet: 78, 63 and 10. RGB value is (120,99,16). Sum of RGB (Red+Green+Blue) = 120+99+16=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #786310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786310 is #879CEF. Grayscale: #606060. Windows color (decimal): -8887536 or 1074040. OLE color: 1074040.

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

Color convert

RGB1209916-
CMYK00.170.870.53
HSL47.88º76.47%26.67%-
HSV(B)47.88º86.67%47.06%-
XYZ12.312.952.34-
YUV95.8282.96145.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 16 (6.64% from 255) = 6.81%
R=51.06%
G=42.13%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120991600.170.870.5347.8876.4726.67
Hex7863100115735304c1b
Octal17014320021127656011433
Binary11110001100011100000100011010111110101110000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786310; }

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

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

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

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

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

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

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

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