#786613

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

Shades of Yukon Gold #786613

Tints of Yukon Gold #786613

Color information

#786613 (or 0x786613) is unknown color: approx Yukon Gold. HEX triplet: 78, 66 and 13. RGB value is (120,102,19). Sum of RGB (Red+Green+Blue) = 120+102+19=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #786613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786613 is #8799EC. Grayscale: #626262. Windows color (decimal): -8886765 or 1271416. OLE color: 1271416.

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

Color convert

RGB12010219-
CMYK00.150.840.53
HSL49.31º72.66%27.25%-
HSV(B)49.31º84.17%47.06%-
XYZ12.6113.542.57-
YUV97.9283.46143.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=49.79%
G=42.32%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201021900.150.840.5349.3172.6627.25
Hex7866130F543531491b
Octal17014623017124656111133
Binary1111000110011010011011111010100110101110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786613; }

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

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

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

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

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

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

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

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