#786913

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

Shades of Yukon Gold #786913

Tints of Yukon Gold #786913

Color information

#786913 (or 0x786913) is unknown color: approx Yukon Gold. HEX triplet: 78, 69 and 13. RGB value is (120,105,19). Sum of RGB (Red+Green+Blue) = 120+105+19=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #786913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786913 is #8796EC. Grayscale: #646464. Windows color (decimal): -8885997 or 1272184. OLE color: 1272184.

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

Color convert

RGB12010519-
CMYK00.130.840.53
HSL51.09º72.66%27.25%-
HSV(B)51.09º84.17%47.06%-
XYZ12.9114.142.67-
YUV99.6882.47142.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 19 (7.81% from 255) = 7.79%
R=49.18%
G=43.03%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201051900.130.840.5351.0972.6627.25
Hex7869130D543533491b
Octal17015123015124656311133
Binary1111000110100110011011011010100110101110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786913; }

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

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

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

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

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

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

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

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