#786515

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

Shades of Yukon Gold #786515

Tints of Yukon Gold #786515

Color information

#786515 (or 0x786515) is unknown color: approx Yukon Gold. HEX triplet: 78, 65 and 15. RGB value is (120,101,21). Sum of RGB (Red+Green+Blue) = 120+101+21=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #786515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786515 is #879AEA. Grayscale: #616161. Windows color (decimal): -8887019 or 1402232. OLE color: 1402232.

HSL color Cylindrical-coordinate representation of color #786515: hue angle of 48.48º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #786515 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB12010121-
CMYK00.160.830.53
HSL48.48º70.21%27.65%-
HSV(B)48.48º82.5%47.06%-
XYZ12.5313.352.63-
YUV97.5684.79144-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=49.59%
G=41.74%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201012100.160.830.5348.4870.2127.65
Hex786515010533530461c
Octal17014525020123656010634
Binary11110001100101101010100001010011110101110000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786515; }

 p { color: rgb(120,101,21); }

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

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

 a { background-color: rgb(120,101,21); }

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

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

 span { border-color: rgb(120,101,21); }

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