#786313

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

Shades of Yukon Gold #786313

Tints of Yukon Gold #786313

Color information

#786313 (or 0x786313) is unknown color: approx Yukon Gold. HEX triplet: 78, 63 and 13. RGB value is (120,99,19). Sum of RGB (Red+Green+Blue) = 120+99+19=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #786313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786313 is #879CEC. Grayscale: #606060. Windows color (decimal): -8887533 or 1270648. OLE color: 1270648.

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

Color convert

RGB1209919-
CMYK00.170.840.53
HSL47.52º72.66%27.25%-
HSV(B)47.52º84.17%47.06%-
XYZ12.3312.962.47-
YUV96.1684.46145-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 19 (7.81% from 255) = 7.98%
R=50.42%
G=41.60%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120991900.170.840.5347.5272.6627.25
Hex786313011543530491b
Octal17014323021124656011133
Binary11110001100011100110100011010100110101110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786313; }

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

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

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

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

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

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

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

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