#786a1f

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

Shades of Yukon Gold #786A1F

Tints of Yukon Gold #786A1F

Color information

#786A1F (or 0x786A1F) is unknown color: approx Yukon Gold. HEX triplet: 78, 6A and 1F. RGB value is (120,106,31). Sum of RGB (Red+Green+Blue) = 120+106+31=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #786A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A1F is #8795E0. Grayscale: #656565. Windows color (decimal): -8885729 or 2058872. OLE color: 2058872.

HSL color Cylindrical-coordinate representation of color #786A1F: hue angle of 50.56º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #786A1F is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12010631-
CMYK00.120.740.53
HSL50.56º58.94%29.61%-
HSV(B)50.56º74.17%47.06%-
XYZ13.1514.43.38-
YUV101.6488.14141.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=46.69%
G=41.25%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201063100.120.740.5350.5658.9429.61
Hex786A1F0C4A35333b1e
Octal1701523701411265637336
Binary111100011010101111101100100101011010111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786a1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786a1f; }

 p { color: rgb(120,106,31); }

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

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

 a { background-color: rgb(120,106,31); }

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

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

 span { border-color: rgb(120,106,31); }

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